EgressResponse

data class EgressResponse(    @Json(name = "broadcasting") val broadcasting: Boolean,     @Json(name = "rtmps") val rtmps: List<EgressRTMPResponse>,     @Json(name = "hls") val hls: EgressHLSResponse? = null)

Constructors

Link copied to clipboard
constructor(    @Json(name = "broadcasting") broadcasting: Boolean,     @Json(name = "rtmps") rtmps: List<EgressRTMPResponse>,     @Json(name = "hls") hls: EgressHLSResponse? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val hls: EgressHLSResponse? = null
Link copied to clipboard