DyteParticipants class

Constructors

DyteParticipants.new({required GridPagesInfo grid, required List<DyteWaitlistedParticipant> waitlisted, required List<DyteJoinedMeetingParticipant> joined, required List<DyteJoinedMeetingParticipant> active, required List<DyteJoinedMeetingParticipant> screenshares, required DyteMeetingParticipant? pinned})
DyteParticipants.fromJson(String source, DyteJoinedMeetingParticipantApi joinedMeetingParticipantApi, DyteLocalUserApi localUserApi, DyteWaitlistedParticipantApi waitlistedParticipantApi, DyteMeetingParticipantApi meetingParticipantApi)
factory
DyteParticipants.fromMap(Map<String, dynamic> map, DyteJoinedMeetingParticipantApi joinedMeetingParticipantApi, DyteMeetingParticipantApi meetingParticipantApi, DyteLocalUserApi localUserApi, DyteWaitlistedParticipantApi waitlistedParticipantApi)
factory

Properties

active List<DyteJoinedMeetingParticipant>
final
grid GridPagesInfo
final
hashCode int
The hash code for this object.
no setterinherited
joined List<DyteJoinedMeetingParticipant>
final
pinned DyteMeetingParticipant?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshares List<DyteJoinedMeetingParticipant>
final
waitlisted List<DyteWaitlistedParticipant>
final

Methods

addActive(DyteJoinedMeetingParticipant participant) → void
addJoined(DyteJoinedMeetingParticipant participant) → void
addScreenshares(DyteJoinedMeetingParticipant participant) → void
addWaitlisted(DyteWaitlistedParticipant participant) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeActive(DyteJoinedMeetingParticipant participant) → void
removeJoined(DyteJoinedMeetingParticipant participant) → void
removeScreenshares(DyteJoinedMeetingParticipant participant) → void
removeWaitlisted(DyteWaitlistedParticipant participant) → void
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override
updateActive(DyteJoinedMeetingParticipant participant) → void
updateJoined(DyteJoinedMeetingParticipant participant) → void
updateScreenshares(DyteJoinedMeetingParticipant participant) → void
updateWaitlisted(DyteWaitlistedParticipant participant) → void

Operators

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