RTCCertificateStats extension type

The RTCCertificateStats dictionary of the WebRTC API is used to report information about a certificate used by an RTCDtlsTransport and its underlying RTCIceTransport.

The report can be obtained by iterating the RTCStatsReport returned by RTCPeerConnection.getStats until you find an entry with the type of certificate.

on
Implemented types

Constructors

RTCCertificateStats({required String fingerprint, required String fingerprintAlgorithm, required String base64Certificate, String issuerCertificateId})
factory

Properties

base64Certificate String
getter/setter pair
fingerprint String
getter/setter pair
fingerprintAlgorithm String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
issuerCertificateId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DOMHighResTimeStamp
getter/setter pairinherited
type RTCStatsType
getter/setter pairinherited

Methods

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