web api instance property
RTCTrackEvent: receiver property
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
transceiverincludes its ownreceiverproperty, which will always be the sameRTCRtpReceiveras this one.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.