The RTCIdentityEvent interface represents an identity assertion
by an identity provider (idP). This is usually for an web.video.RTCPeerConnection.
only event sent with this type is identityresult..
The RTCIdentityEvent interface represents an identity assertion by an identity provider (idP). This is usually for an `web.video.RTCPeerConnection`. only event sent with this type is identityresult..
(assertion this)Property.
[Read Only] [Experimental]
The read-only property RTCIdentityEvent.assertion returns the containing a blob being the coded assertion associated with the
var blob = event.assertion;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIdentityEvent/assertion
Property. [Read Only] [Experimental] The read-only property RTCIdentityEvent.assertion returns the containing a blob being the coded assertion associated with the `var blob = event.assertion;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIdentityEvent/assertion`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |