RTCRtpTransceiver: sender property

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