getReceivers method
The getReceivers()
method of the RTCPeerConnection interface
returns an array of RTCRtpReceiver objects, each of which represents one
RTP receiver.
Each RTP receiver manages the reception and decoding of data for a
MediaStreamTrack on an RTCPeerConnection.
Implementation
external JSArray<RTCRtpReceiver> getReceivers();