Skip to main content
Module

x/evt/mod.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.3.1/mod.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