getTransceivers abstract method
Returns all the RtpTransceivers owned by this PeerConnection.
Implementation
Future<List<RtpTransceiver>> getTransceivers();
Returns all the RtpTransceivers owned by this PeerConnection.
Future<List<RtpTransceiver>> getTransceivers();