CallIngressResponse

data class CallIngressResponse(@Json(name = "rtmp") val rtmp: RTMPIngress, @Json(name = "srt") val srt: SRTIngress, @Json(name = "whip") val whip: WHIPIngress)

CallIngressResponse is the payload for ingress settings

Constructors

Link copied to clipboard
constructor(@Json(name = "rtmp") rtmp: RTMPIngress, @Json(name = "srt") srt: SRTIngress, @Json(name = "whip") whip: WHIPIngress)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard