RTCIceCandidatePair object

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Contains the currently selected ICE candidate pair. *Microsoft Edge currently does not implement this dictionary.

Syntax

dictionary RTCIceCandidatePair {
             RTCIceCandidate local;
             RTCIceCandidate remote;
};

Standards information

Dictionary Member Type Description
local RTCIceCandidate The local ICE candidate.
remote RTCIceCandidate The remote ICE candidate.

 

See also

RTCIceTransport