RTCCertificate extension type

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

RTCCertificate is a , so it can be cloned with structuredClone or copied between Workers using Worker/postMessage.

on
Implemented types

Properties

expires EpochTimeStamp
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFingerprints() JSArray<RTCDtlsFingerprint>
The getFingerprints() method of the RTCCertificate interface is used to get an array of certificate fingerprints.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited