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