Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RTCRtpReceiver

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

Hierarchy

  • RTCRtpReceiver

Index

Properties

rtcpTransport: null | RTCDtlsTransport
transport: null | RTCDtlsTransport

Methods

  • getStats(): Promise<RTCStatsReport>
  • Returns Promise<RTCStatsReport>

Generated using TypeDoc