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