getTransceivers method
The getTransceivers()
method of the RTCPeerConnection interface
returns a list of the RTCRtpTransceiver objects being used to send and
receive data on the connection.
Implementation
external JSArray<RTCRtpTransceiver> getTransceivers();