Preconfigured

@Serializable
@SerialName(value = "preconfigured")
data class Preconfigured(val preconfiguredEndpoints: List<String>) : LiveStreamEndpoints

Constructors

Link copied to clipboard
constructor(preconfiguredEndpoints: List<String>)

Properties

Link copied to clipboard
@SerialName(value = "preConfiguredEndpoints")
val preconfiguredEndpoints: List<String>