sora-js-sdk
Preparing search index...
SignalingNotifyConnectionUpdated
Interface SignalingNotifyConnectionUpdated
interface
SignalingNotifyConnectionUpdated
{
audio
?:
boolean
;
bundle_id
?:
string
;
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
;
session_id
?:
string
;
turn_transport_type
:
"tcp"
|
"udp"
;
type
:
"notify"
;
video
?:
boolean
;
}
Index
Properties
audio?
bundle_
id?
channel_
connections
channel_
recvonly_
connections
channel_
sendonly_
connections
channel_
sendrecv_
connections
client_
id?
connection_
id?
event_
type
minutes
role
session_
id?
turn_
transport_
type
type
video?
Properties
Optional
audio
audio
?:
boolean
Optional
bundle_
id
bundle_id
?:
string
channel_
connections
channel_connections
:
number
channel_
recvonly_
connections
channel_recvonly_connections
:
number
channel_
sendonly_
connections
channel_sendonly_connections
:
number
channel_
sendrecv_
connections
channel_sendrecv_connections
:
number
Optional
client_
id
client_id
?:
string
Optional
connection_
id
connection_id
?:
string
event_
type
event_type
:
"connection.updated"
minutes
minutes
:
number
role
role
:
Role
Optional
session_
id
session_id
?:
string
turn_
transport_
type
turn_transport_type
:
"tcp"
|
"udp"
type
type
:
"notify"
Optional
video
video
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
audio
bundle_
id
channel_
connections
channel_
recvonly_
connections
channel_
sendonly_
connections
channel_
sendrecv_
connections
client_
id
connection_
id
event_
type
minutes
role
session_
id
turn_
transport_
type
type
video
sora-js-sdk
Loading...