RTCRtpTransceiver: receiver property

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

See also