Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ogone/src/ogone.dom.d.ts>RTCRTPStreamStats

Advanced Web Composition for Future
Latest
interface RTCRTPStreamStats
implements RTCStats
import { type RTCRTPStreamStats } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

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