Live Event Preview
data class LiveEventPreview(val alternativeMediaId: String? = null, val endpoints: List<LiveEventPreviewEndpoint>? = null, val ipAccessControlAllows: List<LiveEventPreviewIpAccessControlAllow>? = null, val previewLocator: String? = null, val streamingPolicyName: String? = null)
Constructors
Link copied to clipboard
fun LiveEventPreview(alternativeMediaId: String? = null, endpoints: List<LiveEventPreviewEndpoint>? = null, ipAccessControlAllows: List<LiveEventPreviewIpAccessControlAllow>? = null, previewLocator: String? = null, streamingPolicyName: String? = null)