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

hashCode int
The hash code for this object.
no setterinherited
member String
The member that media line belongs to.
final
mid String
The SDP media line identifier this hint names.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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