VoiceTrackHint class
A hint from the SFU mapping one negotiated media line to the member it belongs to.
The SFU sends mid-to-member hints so an inbound track can be attributed to the right member
when the SDP's own msid is missing or unreliable. This is the minimal shape that serves that
purpose; a real server may send more fields, which this simply ignores on decode.
Constructors
- VoiceTrackHint({required String mid, required String member})
-
const
-
VoiceTrackHint.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited