Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RTCTransportStats

interface RTCTransportStats extends RTCStats {
bytesReceived?: number;
bytesSent?: number;
dtlsCipher?: string;
localCertificateId?: string;
remoteCertificateId?: string;
rtcpTransportStatsId?: string;
selectedCandidatePairId?: string;
srtpCipher?: string;
tlsVersion?: string;
}

§Extends

§Properties

§
bytesReceived?: number
[src]
§
bytesSent?: number
[src]
§
dtlsCipher?: string
[src]
§
localCertificateId?: string
[src]
§
remoteCertificateId?: string
[src]
§
rtcpTransportStatsId?: string
[src]
§
selectedCandidatePairId?: string
[src]
§
srtpCipher?: string
[src]
§
tlsVersion?: string
[src]