Skip to main content
Module

x/commandis/mod.ts>dom.RTCRtpReceiver

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.RTCRtpReceiver
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { RTCRtpReceiver } = dom;

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[]