sora-js-sdk
Preparing search index...
DataChannelConfiguration
Type Alias DataChannelConfiguration
type
DataChannelConfiguration
=
{
compress
?:
boolean
;
direction
:
DataChannelDirection
;
header
?:
MessagingHeaderField
[]
;
label
:
string
;
maxPacketLifeTime
?:
number
;
maxRetransmits
?:
number
;
ordered
?:
boolean
;
protocol
?:
string
;
}
Index
Properties
compress?
direction
header?
label
max
Packet
Life
Time?
max
Retransmits?
ordered?
protocol?
Properties
Optional
compress
compress
?:
boolean
direction
direction
:
DataChannelDirection
Optional
header
header
?:
MessagingHeaderField
[]
label
label
:
string
Optional
max
Packet
Life
Time
maxPacketLifeTime
?:
number
Optional
max
Retransmits
maxRetransmits
?:
number
Optional
ordered
ordered
?:
boolean
Optional
protocol
protocol
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
compress
direction
header
label
max
Packet
Life
Time
max
Retransmits
ordered
protocol
sora-js-sdk
Loading...