#include <TUTKRTCAPIs.h>
Data Fields | |
bool | ordered |
Decides the order in which data is sent. If true, data is sent in order. | |
uint16_t | max_packet_lifetime_ms |
uint16_t | max_retransmits_count |
Control number of times a channel retransmits data if not delivered successfully. | |
char | protocol [DATA_CHANNEL_PROTOCOL_LEN+1] |
Sub protocol name for the channel. | |
uint16_t max_packet_lifetime_ms |
Limits the time (in milliseconds) during which the channel will (re)transmit data if not acknowledged. This value may be clamped if it exceeds the maximum value supported by the user agent.
uint16_t max_retransmits_count |
Control number of times a channel retransmits data if not delivered successfully.
bool ordered |
Decides the order in which data is sent. If true, data is sent in order.
char protocol[DATA_CHANNEL_PROTOCOL_LEN+1] |
Sub protocol name for the channel.