RoomParticipant class
Room participant info
Represents complete information of a participant in the room, including basic info and device status.
Constructors
-
RoomParticipant({String userID = '', String userName = '', String avatarURL = '', String nameCard = '', ParticipantRole role = ParticipantRole.generalUser, RoomParticipantStatus roomStatus = RoomParticipantStatus.scheduled, DeviceStatus microphoneStatus = DeviceStatus.off, DeviceStatus cameraStatus = DeviceStatus.off, bool isMessageDisabled = false, Map<
String, String> ? metaData})
Properties
- avatarURL ↔ String
-
getter/setter pair
- cameraStatus ↔ DeviceStatus
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isMessageDisabled ↔ bool
-
getter/setter pair
-
metaData
↔ Map<
String, String> -
getter/setter pair
- microphoneStatus ↔ DeviceStatus
-
getter/setter pair
- nameCard ↔ String
-
getter/setter pair
- role ↔ ParticipantRole
-
getter/setter pair
- roomStatus ↔ RoomParticipantStatus
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
getter/setter pair
- userID ↔ String
-
getter/setter pair
- userName ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited