GroupCallParticipant class

Group Call Participant.

ID: eba636fe.

Inheritance

Constructors

GroupCallParticipant({required bool muted, required bool left, required bool canSelfUnmute, required bool justJoined, required bool versioned, required bool min, required bool mutedByYou, required bool volumeByAdmin, required bool self, required bool videoJoined, required PeerBase peer, required DateTime date, DateTime? activeDate, required int source, int? volume, String? about, int? raiseHandRating, GroupCallParticipantVideoBase? video, GroupCallParticipantVideoBase? presentation})
Group Call Participant constructor.
const
GroupCallParticipant.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

about String?
About.
final
activeDate DateTime?
Active Date.
final
canSelfUnmute bool
can_self_unmute: bit 2 of flags.2?true
final
date DateTime
Date.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
justJoined bool
just_joined: bit 4 of flags.4?true
final
left bool
left: bit 1 of flags.1?true
final
min bool
min: bit 8 of flags.8?true
final
muted bool
muted: bit 0 of flags.0?true
final
mutedByYou bool
muted_by_you: bit 9 of flags.9?true
final
peer PeerBase
Peer.
final
presentation GroupCallParticipantVideoBase?
Presentation.
final
raiseHandRating int?
Raise Hand Rating.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self bool
self: bit 12 of flags.12?true
final
source int
Source.
final
versioned bool
versioned: bit 5 of flags.5?true
final
video GroupCallParticipantVideoBase?
Video.
final
videoJoined bool
video_joined: bit 15 of flags.15?true
final
volume int?
Volume.
final
volumeByAdmin bool
volume_by_admin: bit 10 of flags.10?true
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited