RtcDataChannelInit dictionary used to configure properties of the underlying channel such as data reliability. More...
#include <Include.h>

Public Attributes | |
| BOOL | ordered |
| Decides the order in which data is sent. If true, data is sent in order. | |
| NullableUint16 | maxPacketLifeTime |
| NullableUint16 | maxRetransmits |
| Control number of times a channel retransmits data if not delivered successfully. | |
| CHAR | protocol [255+1] |
| Sub protocol name for the channel. | |
| BOOL | negotiated |
RtcDataChannelInit dictionary used to configure properties of the underlying channel such as data reliability.
Reference: https://www.w3.org/TR/webrtc/#dom-rtcdatachannelinit