Skip to main content
Module

x/evt/lib/types/lib.dom.ts>RTCInboundRTPStreamStats

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

Properties

optional
bytesReceived: number
optional
fractionLost: number
optional
jitter: number
optional
packetsLost: number
optional
packetsReceived: number