DyteJoinedMeetingParticipant class

Inheritance

Constructors

DyteJoinedMeetingParticipant.new(DyteJoinedMeetingParticipantApi joinedParticipantApis, 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})
DyteJoinedMeetingParticipant.fromJson(String source, DyteJoinedMeetingParticipantApi api, DyteMeetingParticipantApi meetingParticipantApi)
factory
DyteJoinedMeetingParticipant.fromMap(Map<String, dynamic> map, DyteJoinedMeetingParticipantApi api, 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
joinedParticipantApis → DyteJoinedMeetingParticipantApi
final
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
videoView VideoView
no setter

Methods

addParticipantUpdateListener() → void
inherited
disableAudio() → void
disableVideo() → void
enableAudio() → void
enableVideo() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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