Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

This WebRTC API export 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[]