RTCIdentityAssertion
Experimental:This is anexperimental technology
Check theBrowser compatibility table carefully before using this in production.
TheRTCIdentityAssertion interface of theWebRTC API represents the identity of a remote peer of the current connection. If no peer has yet been set and verified, then this interface returnsnull. Once set it can't be changed.
In this article
Instance properties
RTCIdentityAssertion.idpExperimentalIndicates the provider of the identity assertion.
RTCIdentityAssertion.nameExperimentalIndicates the name of the identity assertion provider.
Specifications
| Specification |
|---|
| Identity for WebRTC 1.0> # rtcidentityassertion-interface> |