Type alias SignalingNotifyConnectionUpdated
SignalingNotifyConnectionUpdated: { audio?: boolean; channel_connections: number; channel_recvonly_connections: number; channel_sendonly_connections: number; channel_sendrecv_connections: number; client_id?: string; connection_id?: string; event_type: "connection.updated"; minutes: number; role: Role; turn_transport_type: "udp" | "tcp"; type: "notify"; video?: boolean; } Type declaration
Optional
audio?: boolean
channel_connections: number
channel_recvonly_connections: number
channel_sendonly_connections: number
channel_sendrecv_connections: number
Optional
client_id?: string
Optional
connection_id?: string
event_type: "connection.updated"
minutes: number
turn_transport_type: "udp" | "tcp"
type: "notify"
Optional
video?: boolean