RTCIceCandidatePair extension type

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 RTCIceTransport.getSelectedCandidatePair to identify the currently-selected candidate pair identified by the ICE agent.

on
Implemented types

Constructors

RTCIceCandidatePair({RTCIceCandidate local, RTCIceCandidate remote})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
local RTCIceCandidate
getter/setter pair
remote RTCIceCandidate
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited