receiver property

RTCRtpReceiver get receiver

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

Implementation

external RTCRtpReceiver get receiver;