Firefox Tomorrow

web api instance property

RTCRtpTransceiver: receiver property

View on MDN ↗

The read-only receiver property of WebRTC’s RTCRtpTransceiver interface indicates the RTCRtpReceiver responsible for receiving and decoding incoming media data for the transceiver’s stream.

Value

An RTCRtpReceiver object which is responsible for receiving and decoding incoming media data whose media ID is the same as the current value of mid.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also