web api interface
RTCIceCandidatePair
The RTCIceCandidatePair dictionary describes a pair of ICE candidates which together comprise a description of a viable connection between two WebRTC endpoints. It is used as the return value from getSelectedCandidatePair() to identify the currently-selected candidate pair identified by the ICE agent.
Instance properties
local- : An
RTCIceCandidatedescribing the configuration of the local end of the connection.
- : An
remote- : The
RTCIceCandidatedescribing the configuration of the remote end of the connection.
- : The
Examples
See RTCIceTransport.onselectedcandidatepairchange for example code.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.