TUISeatInfo class
4.4 Seat Information in the Room
Constructors
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
- nameCard ↔ String?
- 
  Name card
  getter/setter pair
- roomId ↔ String
- 
  Room ID
  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.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited