Skip to main content
Module

x/evt/lib/types/index.ts>dom.RTCTransportStats

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.RTCTransportStats
implements RTCStats
import { type dom } from "https://deno.land/x/evt@v2.4.13/lib/types/index.ts";
const { RTCTransportStats } = dom;

Properties

optional
activeConnection: boolean
optional
bytesReceived: number
optional
bytesSent: number
optional
localCertificateId: string
optional
remoteCertificateId: string
optional
rtcpTransportStatsId: string
optional
selectedCandidatePairId: string