Back to Content

RTCRtpTransceiver: receiver property

files/en-us/web/api/rtcrtptransceiver/receiver/index.md

latest689 B
Original Source

{{APIRef("WebRTC")}}

The read-only receiver property of WebRTC's {{domxref("RTCRtpTransceiver")}} interface indicates the {{domxref("RTCRtpReceiver")}} responsible for receiving and decoding incoming media data for the transceiver's stream.

Value

An {{domxref("RTCRtpReceiver")}} object which is responsible for receiving and decoding incoming media data whose media ID is the same as the current value of {{domxref("RTCRtpTransceiver.mid", "mid")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also