RTCTransportStats class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

RTCTransportStats.new({num? bytesReceived, num? bytesSent, String? dtlsCipher, RTCDtlsTransportState? dtlsState, String? localCertificateId, String? remoteCertificateId, String? selectedCandidatePairId, String? srtpCipher, String? tlsVersion, String? id, num? timestamp, RTCStatsType? type})
factory

Properties

bytesReceived num?

Available on RTCTransportStats, provided by the RTCTransportStats$Typings extension

getter/setter pair
bytesSent num?

Available on RTCTransportStats, provided by the RTCTransportStats$Typings extension

getter/setter pair
dtlsCipher String?

Available on RTCTransportStats, provided by the RTCTransportStats$Typings extension

getter/setter pair
dtlsState RTCDtlsTransportState

Available on RTCTransportStats, provided by the RTCTransportStats$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String

Available on RTCStats, provided by the RTCStats$Typings extension

getter/setter pair
localCertificateId String?

Available on RTCTransportStats, provided by the RTCTransportStats$Typings extension

getter/setter pair
remoteCertificateId String?

Available on RTCTransportStats, provided by the RTCTransportStats$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedCandidatePairId String?

Available on RTCTransportStats, provided by the RTCTransportStats$Typings extension

getter/setter pair
srtpCipher String?

Available on RTCTransportStats, provided by the RTCTransportStats$Typings extension

getter/setter pair
timestamp num

Available on RTCStats, provided by the RTCStats$Typings extension

getter/setter pair
tlsVersion String?

Available on RTCTransportStats, provided by the RTCTransportStats$Typings extension

getter/setter pair
type RTCStatsType

Available on RTCStats, provided by the RTCStats$Typings extension

getter/setter pair

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