过时
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
RTCIdentityErrorEvent
interface represents an error associated with the identity provider (idP). This is usually for an
RTCPeerConnection
. Two events are sent with this type:
idpassertionerror
and
idpvalidationerror
.
Firefox implements this interface under the following name:
RTCPeerConnectionIdentityErrorEvent.
It is likely that it will correct this name when it will unprefix
RTCPeerConnection
, once spec and implementation will have been stabilized.
RTCIdentityErrorEvent
being an
事件
, this event also implements these properties
.
RTCIdentityErrorEvent.idp
只读
DOMString
describing the
domain name
of the identity provider (idp) generating the error response.
RTCIdentityErrorEvent.loginUrl
只读
DOMString
giving the URL where the user can complete the authentication. It can be
null
and is provided by the identity provider (idp).
RTCIdentityErrorEvent.protocol
只读
DOMString
describing the Idp protocol in use.
RTCIdentityErrorEvent
being an
事件
, this event also implements these properties
.
There is no specific
RTCIdentityErrorEvent
方法。
pc.onidpassertionerror = function( ev ) {
alert("The idp named '" +
ev.idp +
"' encountered an error " +
"while generating an assertion.");
}
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
RTCIdentityErrorEvent
弃用
非标
|
Chrome No | Edge No |
Firefox
Yes
Alternate Name
|
IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android No | Firefox Android ? | Opera Android ? | Safari iOS No | Samsung Internet Android No |
idp
弃用
非标
|
Chrome No | Edge No | Firefox ? | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android No | Firefox Android ? | Opera Android ? | Safari iOS No | Samsung Internet Android No |
loginUrl
弃用
非标
|
Chrome No | Edge No | Firefox ? | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android No | Firefox Android ? | Opera Android ? | Safari iOS No | Samsung Internet Android No |
协议
弃用
非标
|
Chrome No | Edge No | Firefox ? | IE No | Opera Yes | Safari ? | WebView Android No | Chrome Android No | Firefox Android ? | Opera Android ? | Safari iOS No | Samsung Internet Android No |
完整支持
不支持
兼容性未知
实验。期望将来行为有所改变。
非标。预期跨浏览器支持较差。
弃用。不要用于新网站。
使用非标名称。
RTCPeerConnection
.
RTCIdentityErrorEvent
MediaDevices.getUserMedia()
Navigator.mediaDevices
RTCCertificate
RTCDTMFSender
RTCDTMFToneChangeEvent
RTCDataChannel
RTCDataChannelEvent
RTCDtlsTransport
RTCErrorEvent
RTCIceCandidate
RTCIceTransport
RTCPeerConnection
RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceEvent
RTCRtpReceiver
RTCRtpSender
RTCRtpTransceiver
RTCSctpTransport
RTCSessionDescription
RTCStatsEvent
RTCStatsReport
RTCTrackEvent