DyteWaitlistedParticipant class
- Inheritance
-
- Object
- DyteMeetingParticipant
- DyteWaitlistedParticipant
Constructors
- DyteWaitlistedParticipant.new(DyteWaitlistedParticipantApi _waitlistedParticipantApi, DyteMeetingParticipantApi meetingParticipantApi, {required String id, required String userId, required String name, required bool isHost, required ParticipantFlags flags, required bool audioEnabled, required bool videoEnabled, String? clientSpecificId, String? picture, required DyteStageStatus stageStatus})
- DyteWaitlistedParticipant.fromJson(String source, DyteWaitlistedParticipantApi waitlistedParticipantApi, DyteMeetingParticipantApi meetingParticipantApi)
-
factory
-
DyteWaitlistedParticipant.fromMap(Map<
String, dynamic> map, DyteWaitlistedParticipantApi waitlistedParticipantApi, DyteMeetingParticipantApi meetingParticipantApi) -
factory
Properties
- audioEnabled ↔ bool
-
getter/setter pairinherited
- clientSpecificId → String?
-
finalinherited
- flags → ParticipantFlags
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
finalinherited
- isHost → bool
-
finalinherited
- meetingParticipantApi → DyteMeetingParticipantApi
-
finalinherited
- name → String
-
finalinherited
- picture → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stageStatus ↔ DyteStageStatus
-
getter/setter pairinherited
- userId → String
-
finalinherited
- videoEnabled ↔ bool
-
getter/setter pairinherited
Methods
-
acceptWaitListedRequest(
) → void -
addParticipantUpdateListener(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rejectWaitlistRequest(
) → void -
removeParticipantUpdateListener(
) → void -
inherited
-
removeParticipantUpdateListeners(
) → void -
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
covariant DyteMeetingParticipant other) → bool -
The equality operator.
inherited