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

oauth
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
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 .

规范

规范 状态 注释
WebRTC 1.0: Real-time Communication Between Browsers
The definition of 'RTCIceCredentialType' in that specification.
候选推荐 最初的规范。

浏览器兼容性

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. 更新 GitHub 上的兼容性数据
桌面 移动
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
RTCIceCredentialType Chrome No Edge No Firefox 47 IE No Opera No Safari ? WebView Android No Chrome Android No Firefox Android 47 Opera Android No Safari iOS ? Samsung Internet Android No
oauth Chrome No Edge No Firefox No IE No Opera No Safari ? WebView Android No Chrome Android No Firefox Android No Opera Android No Safari iOS ? Samsung Internet Android No
password Chrome No Edge No Firefox 47 IE No Opera No Safari ? WebView Android No Chrome Android No Firefox Android 47 Opera Android No Safari iOS ? Samsung Internet Android No
token Chrome No Edge No Firefox 47 — 68 IE No Opera No Safari ? WebView Android No Chrome Android No Firefox Android 47 — 68 Opera Android No Safari iOS ? Samsung Internet Android No

图例

完整支持

完整支持

不支持

不支持

兼容性未知 ?

兼容性未知

另请参阅

元数据

  • 最后修改: