import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.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 | nullreadonly
track: MediaStreamTrackreadonly
transport: RTCDtlsTransport | nullMethods
getContributingSources(): RTCRtpContributingSource[]
getParameters(): RTCRtpReceiveParameters
getStats(): Promise<RTCStatsReport>
getSynchronizationSources(): RTCRtpSynchronizationSource[]