Properties:
Name | Type | Argument | Description |
---|---|---|---|
isEnabled |
boolean | true |
|
isSubscribed |
boolean | Whether the RemoteDataTrack is subscribed to |
|
isSwitchedOff |
boolean | Whether the RemoteDataTrack is switched off |
|
kind |
Track.Kind | "data" |
|
maxPacketLifeTime |
number |
<nullable> |
If non-null, this represents a time limit (in milliseconds) during which data will be transmitted or retransmitted if not acknowledged on the underlying RTCDataChannel. |
maxRetransmits |
number |
<nullable> |
If non-null, this represents the number of times the data will be retransmitted if not successfully received on the underlying RTCDataChannel. |
ordered |
boolean | true if data on the RemoteDataTrack can be received out-of-order. |
|
reliable |
boolean | This is true if both
|
|
sid |
Track.SID | The SID assigned to the RemoteDataTrack |
Fires:
Extends
Events
-
message
-
A message was received over the RemoteDataTrack.
Parameters:
Name Type Description data
string | ArrayBuffer track
RemoteDataTrack The RemoteDataTrack that received the message
-
switchedOff
-
A RemoteDataTrack was switched off.
Parameters:
Name Type Description track
RemoteDataTrack The RemoteDataTrack that was switched off
-
switchedOn
-
A RemoteDataTrack was switched on.
Parameters:
Name Type Description track
RemoteDataTrack The RemoteDataTrack that was switched on