Streaming Path Response
data class StreamingPathResponse(val encryptionScheme: String, val paths: List<String>? = null, val streamingProtocol: String)
Class of paths for streaming
Constructors
Link copied to clipboard
fun StreamingPathResponse(encryptionScheme: String, paths: List<String>? = null, streamingProtocol: String)