Video Publishing Options Response
data class VideoPublishingOptionsResponse(val disableArchive: String? = null, val disableRtspPublishing: String? = null)
Optional flags used to change how video is published. These are only allowed for topologies where "kind" is set to "live".
Constructors
Link copied to clipboard
fun VideoPublishingOptionsResponse(disableArchive: String? = null, disableRtspPublishing: String? = null)