Class RTCDataChannelStats
Inheritance
RTCDataChannelStats
Syntax
public class RTCDataChannelStats : RTCStats
Properties
bytesReceived
Declaration
public ulong bytesReceived { get; }
Property Value
bytesSent
Declaration
public ulong bytesSent { get; }
Property Value
dataChannelIdentifier
Declaration
public int dataChannelIdentifier { get; }
Property Value
label
Declaration
public string label { get; }
Property Value
messagesReceived
Declaration
public uint messagesReceived { get; }
Property Value
messagesSent
Declaration
public uint messagesSent { get; }
Property Value
protocol
Declaration
public string protocol { get; }
Property Value
state
Declaration
public string state { get; }
Property Value