getFingerprints method

JSArray<RTCDtlsFingerprint> getFingerprints()

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

An application can use this method to compare the client certificate fingerprints with the certificate fingerprints from the server. The server and client may support different sets of algorithms: all fingerprint values for the set of algorithms supported by both client and server should match.

Implementation

external JSArray<RTCDtlsFingerprint> getFingerprints();