getSelectedCandidatePair method

RTCIceCandidatePair? getSelectedCandidatePair()

The RTCIceTransport method getSelectedCandidatePair() returns an RTCIceCandidatePair object containing the current best-choice pair of candidates describing the configuration of the endpoints of the transport.

Implementation

external RTCIceCandidatePair? getSelectedCandidatePair();