RTCCertificate

The RTCCertificate interface of the WebRTC API provides an object representing a certificate that an RTCPeerConnection uses to authenticate.

MDN Reference

Properties

Link copied to clipboard

The read-only expires property of the RTCCertificate interface returns the expiration date of the certificate.

Functions

Link copied to clipboard

The getFingerprints() method of the RTCCertificate interface is used to get an array of certificate fingerprints.