SeatController class

Inheritance

Constructors

SeatController(LiveState state, ILiveService service)

Properties

beautyState BeautyState
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
liveService ILiveService
finalinherited
liveState LiveState
finalinherited
mediaState MediaState
getter/setter pairinherited
roomState RoomState
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seatState SeatState
getter/setter pairinherited
userState UserState
getter/setter pairinherited
viewState ViewState
getter/setter pairinherited

Methods

acceptRequest(String requestId) → void
autoTakeSeatByOwner() → void
cancelTakeSeatApplication() → void
destroy() → void
override
getSeatApplicationList() Future<void>
getSeatList() Future<void>
isSelfInSeat() bool
isSelfSeatInfo(SeatInfo seatInfo) bool
kickSeat(String userId) Future<void>
kickUserOffSeatByAdmin(int seatIndex, SeatInfo seatInfo) → void
leaveSeat() Future<void>
lockSeat(SeatInfo seatInfo) Future<void>
muteSeatAudio(SeatInfo seatInfo) Future<void>
needRequestToTakeSeat() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onKickedOffSeat(dynamic seatIndex, TUIUserInfo operateUser) → void
onRequestCancelled(TUIRequest request, TUIUserInfo userInfo) → void
onRequestProcessed(TUIRequest request, TUIUserInfo userInfo) → void
onRequestReceived(TUIRequest request) → void
onSeatListChanged(List<TUISeatInfo> seatList, List<TUISeatInfo> seatedList, List<TUISeatInfo> leftList) → void
rejectRequest(String requestId) → void
takeSeat(int index) → void
toString() String
A string representation of this object.
inherited
updateSelfSeatedState() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

tag → const String
timeout → const int