Firefox Tomorrow

web api instance property

RTCRtpTransceiver: sender property

View on MDN ↗

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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also