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.
Instance properties
RTCIdentityAssertion.idp
ExperimentalIndicates the provider of the identity assertion.
RTCIdentityAssertion.name
ExperimentalIndicates the name of the identity assertion provider.
Specifications
Specification |
---|
Identity for WebRTC 1.0 # rtcidentityassertion-interface |