IngressStartedEvent
data class IngressStartedEvent(@Json(name = "call_cid") val callCid: String, @Json(name = "created_at") val createdAt: OffsetDateTime, @Json(name = "ingress_stream_id") val ingressStreamId: String, @Json(name = "publisher_type") val publisherType: String, @Json(name = "user_id") val userId: String, @Json(name = "type") val type: String, @Json(name = "client_ip") val clientIp: String? = null, @Json(name = "client_name") val clientName: String? = null, @Json(name = "version") val version: String? = null) : VideoEvent, WSCallEvent
This event is sent when a user begins streaming into a call
Constructors
Link copied to clipboard
constructor(@Json(name = "call_cid") callCid: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "ingress_stream_id") ingressStreamId: String, @Json(name = "publisher_type") publisherType: String, @Json(name = "user_id") userId: String, @Json(name = "type") type: String, @Json(name = "client_ip") clientIp: String? = null, @Json(name = "client_name") clientName: String? = null, @Json(name = "version") version: String? = null)