Class RTCTransportStats
Inheritance
RTCTransportStats
Syntax
public class RTCTransportStats : RTCStats
Properties
bytesReceived
Declaration
public ulong bytesReceived { get; }
Property Value
bytesSent
Declaration
public ulong bytesSent { get; }
Property Value
dtlsCipher
Declaration
public string dtlsCipher { get; }
Property Value
dtlsState
Declaration
public string dtlsState { get; }
Property Value
localCertificateId
Declaration
public string localCertificateId { get; }
Property Value
packetsReceived
Declaration
public ulong packetsReceived { get; }
Property Value
packetsSent
Declaration
public ulong packetsSent { get; }
Property Value
remoteCertificateId
Declaration
public string remoteCertificateId { get; }
Property Value
rtcpTransportStatsId
Declaration
public string rtcpTransportStatsId { get; }
Property Value
selectedCandidatePairChanges
Declaration
public uint selectedCandidatePairChanges { get; }
Property Value
selectedCandidatePairId
Declaration
public string selectedCandidatePairId { get; }
Property Value
srtpCipher
Declaration
public string srtpCipher { get; }
Property Value
tlsVersion
Declaration
public string tlsVersion { get; }
Property Value