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

See also