LiveStreamEndpoints

@Serializable
sealed class LiveStreamEndpoints

A list of endpoints for a live stream.

Types

Link copied to clipboard
@Serializable
data class Preconfigured(preconfiguredEndpoints: List<String>) : LiveStreamEndpoints
Link copied to clipboard
@Serializable
data class RTMPUrls(rtmpUrls: List<String>) : LiveStreamEndpoints

Inheritors

Link copied to clipboard
Link copied to clipboard