The RTCIdentityEvent interface represents an identity assertion
by an identity provider (idP). This is usually for an web.audio.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.audio.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 is a website building & hosting documentation for Clojure/Script libraries
× close