RTCIceCredentialType

The WebRTC API's RTCIceCredentialType enumerated string type defines the authentication method used to gain access to an ICE server identified by an RTCIceServer object.

Values

oauth

The RTCIceServer requires the use of OAuth 2.0 to authenticate in order to use the ICE server described. This process is detailed in RFC 7635. This property was formerly called token.

password

The RTCIceServer requires a username and password to authenticate prior to using the described ICE server.

Obsolete values

The following values are no longer part of the WebRTC specification, but were in the past.

token

Authenticating with the ICE server requires the use of an OAuth 2.0 token as defined in RFC 7635. This value has been renamed to oauth.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
RTCIceCredentialType
No
No
47
No
No
No
No
No
47
No
No
No
oauth
No
No
No
No
No
No
No
No
No
No
No
No
password
No
No
47
No
No
No
No
No
47
No
No
No
token
No
No
47-68
No
No
No
No
No
47-68
No
No
No

See also

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCredentialType