Amazon Kinesis Webrtc C SDK
RtcDataChannelStats Struct Reference

#include <Stats.h>

Collaboration diagram for RtcDataChannelStats:
Collaboration graph

Public Attributes

DOMString label
 The "label" value of the RTCDataChannel object. More...
 
DOMString protocol
 The "protocol" value of the RTCDataChannel object. More...
 
INT32 dataChannelIdentifier
 The "id" attribute of the RTCDataChannel object. More...
 
DOMString transportId
 TODO: A stats object reference for the transport used to carry this datachannel. More...
 
RTC_DATA_CHANNEL_STATE state
 The "readyState" value of the RTCDataChannel object. More...
 
UINT32 messagesSent
 Represents the total number of API "message" events sent. More...
 
UINT64 bytesSent
 Represents the total number of payload bytes sent on this RTCDatachannel, i.e., not including headers or padding. More...
 
UINT32 messagesReceived
 Represents the total number of API "message" events received. More...
 
UINT64 bytesReceived
 Represents the total number of bytes received on this RTCDatachannel, i.e., not including headers or padding. More...
 

Detailed Description

Member Data Documentation

◆ bytesReceived

UINT64 RtcDataChannelStats::bytesReceived

Represents the total number of bytes received on this RTCDatachannel, i.e., not including headers or padding.

◆ bytesSent

UINT64 RtcDataChannelStats::bytesSent

Represents the total number of payload bytes sent on this RTCDatachannel, i.e., not including headers or padding.

◆ dataChannelIdentifier

INT32 RtcDataChannelStats::dataChannelIdentifier

The "id" attribute of the RTCDataChannel object.

◆ label

DOMString RtcDataChannelStats::label

The "label" value of the RTCDataChannel object.

◆ messagesReceived

UINT32 RtcDataChannelStats::messagesReceived

Represents the total number of API "message" events received.

◆ messagesSent

UINT32 RtcDataChannelStats::messagesSent

Represents the total number of API "message" events sent.

◆ protocol

DOMString RtcDataChannelStats::protocol

The "protocol" value of the RTCDataChannel object.

◆ state

RTC_DATA_CHANNEL_STATE RtcDataChannelStats::state

The "readyState" value of the RTCDataChannel object.

◆ transportId

DOMString RtcDataChannelStats::transportId

TODO: A stats object reference for the transport used to carry this datachannel.


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