Skip to main content
Module

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

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

This WebRTC API interface manages the reception and decoding of data for a MediaStreamTrack on an RTCPeerConnection.

Properties

readonly
rtcpTransport: RTCDtlsTransport | null
readonly
track: MediaStreamTrack
readonly
transport: RTCDtlsTransport | null

Methods

getContributingSources(): RTCRtpContributingSource[]
getParameters(): RTCRtpReceiveParameters
getStats(): Promise<RTCStatsReport>
getSynchronizationSources(): RTCRtpSynchronizationSource[]