RTCTransportStats class

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

Constructors

RTCTransportStats({int? packetsSent, int? packetsReceived, int? bytesSent, int? bytesReceived, RTCIceRole? iceRole, String? iceLocalUsernameFragment, required RTCDtlsTransportState dtlsState, RTCIceTransportState? iceState, String? selectedCandidatePairId, String? localCertificateId, String? remoteCertificateId, String? tlsVersion, String? dtlsCipher, RTCDtlsRole? dtlsRole, String? srtpCipher, int? selectedCandidatePairChanges})
factory

Properties

bytesReceived int

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
bytesSent int

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
dtlsCipher String

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
dtlsRole RTCDtlsRole

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
dtlsState RTCDtlsTransportState

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

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

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
iceRole RTCIceRole

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
iceState RTCIceTransportState

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
id String

Available on RTCStats, provided by the PropsRTCStats extension

getter/setter pair
localCertificateId String

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
packetsReceived int

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
packetsSent int

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
remoteCertificateId String

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedCandidatePairChanges int

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
selectedCandidatePairId String

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
srtpCipher String

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
timestamp double

Available on RTCStats, provided by the PropsRTCStats extension

getter/setter pair
tlsVersion String

Available on RTCTransportStats, provided by the PropsRTCTransportStats extension

getter/setter pair
type RTCStatsType

Available on RTCStats, provided by the PropsRTCStats 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