Back to Content

RTCIdentityAssertion

files/en-us/web/api/rtcidentityassertion/index.md

latest660 B
Original Source

{{APIRef("WebRTC")}}{{SeeCompatTable}}

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

Instance properties

  • {{domxref("RTCIdentityAssertion.idp")}} {{Experimental_Inline}}
    • : Indicates the provider of the identity assertion.
  • {{domxref("RTCIdentityAssertion.name")}} {{Experimental_Inline}}
    • : Indicates the name of the identity assertion provider.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}