RTCRtpTransceiver: sender property

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

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

Value

An RTCRtpSender object used to encode and send media whose media ID matches the current value of mid.

Specifications

Specification
WebRTC: Real-Time Communication in Browsers
# dom-rtcrtptransceiver-sender

Browser compatibility

BCD tables only load in the browser

See also