You’re reading the English version of this content since no translation exists yet for this locale. Help us translate this article!
The RTCIceRole
enumerated type lists the string values that identify whether a connection's ICE agent is serving as the controlling agent or the controlled agent, as indicated by RTCIceTransport.role
.
You can learn more about ICE roles in Choosing a candidate pair in WebRTC connectivity.
Values
"controlling"
- The
RTCIceTransport
object is serving as the controlling agent. "controlled"
- The transport is the controlled agent.
Specifications
Specification | Status | Comment |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browsers The definition of 'RTCIceRole' in that specification. |
Candidate Recommendation | Initial definition. |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
No compatibility data found. Please contribute data for "api.RTCIceRole" (depth: 1) to the MDN compatibility data repository.