ZegoUserService mixin

Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearDeletedStreamUserIDs(String roomID) Future<void>
clear deleted stream user IDs cache for the specified room
clearLeaveUsers() → void
clearLeaveUsersCache(String roomID) Future<void>
clear leave users cache for the specified room
getAllUsers() List<ZegoUIKitUser>
get all users, include local user and remote users
getDeletedStreamUserIDs(String roomID) Future<List<ZegoUIKitUser>>
get deleted stream user IDs cache for the specified room
getInRoomUserAttributesNotifier(String userID) ValueNotifier<ZegoUIKitUserAttributes>
get notifier of in-room user attributes
getLeaveUsers() List<ZegoUIKitUser>
get leave users which are not in room any more, not include local user
getLeaveUsersCache(String roomID) Future<List<ZegoUIKitUser>>
get leave users cache for the specified room
getLocalUser() ZegoUIKitUser
get local user
getMeRemovedFromRoomStream() Stream<String>
get kicked out notifier
getRemoteUsers() List<ZegoUIKitUser>
get remote users, not include local user
getUser(String userID) ZegoUIKitUser
get user by user id
getUserJoinStream() Stream<List<ZegoUIKitUser>>
get user join notifier
getUserLeaveStream() Stream<List<ZegoUIKitUser>>
get user leave notifier
getUserListStream() Stream<List<ZegoUIKitUser>>
get user list notifier
login(String id, String name) → void
login
logout() → void
logout
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeUserFromRoom(List<String> userIDs) Future<bool>
remove user from room, kick out
toString() String
A string representation of this object.
inherited

Operators

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