Firefox Tomorrow

web api instance property

RTCTrackEvent: receiver property

View on MDN ↗

The read-only receiver property of the RTCTrackEvent interface indicates the RTCRtpReceiver which is used to receive data containing media for the track to which the event refers.

Value

The RTCRtpReceiver which pairs the receiver with a sender and other properties which establish a single bidirectional SRTP stream for use by the track associated with the RTCTrackEvent.

[!NOTE] The transceiver includes its own receiver property, which will always be the same RTCRtpReceiver as this one.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.