Back to Content

RTCRtpTransceiver: sender property

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

latest634 B
Original Source

{{APIRef("WebRTC")}}

The read-only sender property of WebRTC's {{domxref("RTCRtpTransceiver")}} interface indicates the {{domxref("RTCRtpSender")}} responsible for encoding and sending outgoing media data for the transceiver's stream.

Value

An {{domxref("RTCRtpSender")}} object used to encode and send media whose media ID matches the current value of {{domxref("RTCRtpTransceiver.mid", "mid")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also