Liking cljdoc? Tell your friends :D
ClojureScript only.

web.rtc.RTCIdentityEvent

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..
raw docstring

assertioncljs

(assertion this)

Property.

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.

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`
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close