RoomStore class
Methods
-
addInviteSeatUser(UserModel userModel, TUIRequest request)
→ void
-
-
addUser(TUIUserInfo userInfo, RxList<UserModel> destList)
→ void
-
-
addUserByList(List<TUIUserInfo> userInfoList, RxList<UserModel> destList)
→ void
-
-
clearStore()
→ void
-
-
deleteInviteSeatUser(String userId)
→ void
-
-
deleteTakeSeatRequest(String requestId)
→ void
-
-
getUserById(String userId)
→ UserModel?
-
-
getUserIndex(String userId, RxList<UserModel> destList)
→ int
-
-
initialCurrentUser()
→ Future<void>
-
-
initItemTouchableState()
→ void
-
-
isRoomNeedTakeSeat()
→ bool
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeUser(String userId, RxList<UserModel> destList)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateItemTouchableState()
→ void
-
-
updateSelfAudioState(bool hasAudio, TUIChangeReason reason)
→ void
-
-
updateSelfRole(TUIRole role)
→ void
-
-
updateSelfVideoState(bool hasVideo, TUIChangeReason reason, {bool? isScreenStream})
→ void
-
-
updateUserAudioState(String userId, bool hasAudio, TUIChangeReason reason, RxList<UserModel> destList)
→ void
-
-
updateUserMessageState(String userId, bool isDisable, RxList<UserModel> destList)
→ void
-
-
updateUserRole(String userId, TUIRole role, RxList<UserModel> destList)
→ void
-
-
updateUserSeatedState(String userId, bool isOnSeat)
→ void
-
-
updateUserTalkingState(String userId, bool isTalking, RxList<UserModel> destList, int volume)
→ void
-
-
updateUserVideoState(String userId, bool hasVideo, TUIChangeReason reason, RxList<UserModel> destList, {bool? isScreenStream})
→ void
-