Skip to main content
Module

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

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

Properties

optional
associateStatsId: string
optional
codecId: string
optional
firCount: number
optional
isRemote: boolean
optional
mediaTrackId: string
optional
mediaType: string
optional
nackCount: number
optional
pliCount: number
optional
sliCount: number
optional
ssrc: string
optional
transportId: string