Expand description
ICE extends STUN with the attributes: Priority, UseCandidate,
IceControlled, and IceControlling.
These attributes are formally defined in
Section 16.1.
This section describes the usage of the attributes
The attributes are only applicable to ICE connectivity checks.
Structsยง
- IceControlled
- The controlled agent MUST include the
IceControlledattribute in a Binding request. The content of this value is used as tiebreaker values when an ICE role conflict occurs - IceControlling
- The controlling agent MUST include the
IceControllingattribute in a Binding request. The content of this value is used as tiebreaker values when an ICE role conflict occurs - Priority
- The
Priorityattribute MUST be included in a Binding request and be set to the value computed by the algorithm in Section 5.1.2 for the local candidate, but with the candidate type preference of peer-reflexive candidates. - UseCandidate
- The controlling agent MUST include the
UseCandidateattribute in order to nominate a candidate pair Section 8.1.1. The controlled agent MUST NOT include theUseCandidateattribute in a Binding request.