Liking cljdoc? Tell your friends :D
ClojureScript only.

web.rtc.RTCIdentityAssertion

The RTCIdentityAssertion interface of the the WebRTC API represents identity of the a remote peer of the current connection. If no has yet been set and verified this interface returns null. Once it can't be changed.

The RTCIdentityAssertion interface of the the WebRTC API represents
identity of the a remote peer of the current connection. If no
has yet been set and verified this interface returns null. Once
it can't be changed.
raw docstring

idpcljs

(idp this)

Property.

Indicates the provider of the identity assertion.

Property.

Indicates the provider of the identity assertion.
sourceraw docstring

namecljs

(name this)

Property.

Indicates the name of the identity assertion provider.

Property.

Indicates the name of the identity assertion provider.
sourceraw docstring

set-idp!cljs

(set-idp! this val)

Property.

Indicates the provider of the identity assertion.

Property.

Indicates the provider of the identity assertion.
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

Indicates the name of the identity assertion provider.

Property.

Indicates the name of the identity assertion provider.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close