TUISeatInfo class

4.4 Seat Information in the Room

Constructors

TUISeatInfo({required int index, required String userId, String? userName, String? avatarUrl, bool? isLocked, bool? isVideoLocked, bool? isAudioLocked})
TUISeatInfo.fromJson(Map<String, dynamic> json)

Properties

avatarUrl String?
User Avatar URL
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int
Seat Number
getter/setter pair
isAudioLocked bool?
Whether the seat is prohibited from opening audio, default value: false.
getter/setter pair
isLocked bool?
Whether the seat is locked, default value: false.
getter/setter pair
isVideoLocked bool?
Whether the seat is prohibited from opening video, default value: false.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
User ID
getter/setter pair
userName String?
User Name
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