Amazon Kinesis Webrtc C SDK
RtcDataChannelInit Struct Reference

RtcDataChannelInit dictionary used to configure properties of the underlying channel such as data reliability. More...

#include <Include.h>

Collaboration diagram for RtcDataChannelInit:
Collaboration graph

Public Attributes

BOOL ordered
 Decides the order in which data is sent. If true, data is sent in order. More...
 
NullableUint16 maxPacketLifeTime
 
NullableUint16 maxRetransmits
 Control number of times a channel retransmits data if not delivered successfully. More...
 
CHAR protocol [255+1]
 Sub protocol name for the channel. More...
 
BOOL negotiated
 

Detailed Description

RtcDataChannelInit dictionary used to configure properties of the underlying channel such as data reliability.

Reference: https://www.w3.org/TR/webrtc/#dom-rtcdatachannelinit


The documentation for this struct was generated from the following file: