StatParsingHelpers class
Helper class for parsing various WebRTC statistics and states.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getPeerConfiguration(
Map< String, dynamic> configuration) → Map<String, dynamic> - Constructs a peer connection configuration map from the given configuration.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseCandidatePair(
Map< String, dynamic> candidate) → Map<String, dynamic> - Parses a candidate pair statistics map and extracts relevant fields.
-
parseConnectionStateChange(
RTCPeerConnectionState connectionState) → String - Parses the RTCPeerConnectionState to a human-readable string.
-
parseIceConnectionStateChange(
RTCIceConnectionState iceConnectionState) → String - Parses the RTCIceConnectionState to a human-readable string.
-
parseIceGatheringStateChange(
RTCIceGatheringState gatheringState) → String - Parses the RTCIceGatheringState to a human-readable string.
-
parseSignalingStateChange(
RTCSignalingState signalingState) → String - Parses the RTCSignalingState to a human-readable string.
-
parseUsernameFragment(
RTCIceCandidate candidate) → String? - Parses a RTCIceCandidate to extract the username fragment (ufrag).
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited