VoiceSignalJoined class
- Inheritance
-
- Object
- VoiceSignal
- VoiceSignalJoined
Constructors
-
VoiceSignalJoined({required List<
String> members, required VoiceRoomKind? mode, required VoiceRole? role, required List<String> ? streamers, required TurnCredentials? turn, required List<VoiceTrackHint> ? tracks}) -
const
-
VoiceSignalJoined.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
members
→ List<
String> -
Every current member's nick.
final
- mode → VoiceRoomKind?
-
The room's kind, present only for a
$channel.final - role → VoiceRole?
-
The role granted to us specifically, present only for a
$channel.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
streamers
→ List<
String> ? -
Who currently publishes, for a
$channel.final -
tracks
→ List<
VoiceTrackHint> ? -
Hints mapping media lines to the members they belong to.
final
- turn → TurnCredentials?
-
The TURN credentials for this call.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited