ZegoLiveStreamingControllerUserImpl class

Here are the APIs related to audio video.

Available Extensions

Properties

countNotifier ValueNotifier<int>
user list count notifier
no setter
hashCode int
The hash code for this object.
no setterinherited
private → ZegoLiveStreamingControllerUserImplPrivateImpl
Don't call that
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addFakeUser(ZegoUIKitUser user) → void
add fake user
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(List<String> userIDs) Future<bool>
remove user from live, kick out
removeFakeUser(ZegoUIKitUser user) → void
remove fake user
stream({bool includeFakeUser = true}) Stream<List<ZegoUIKitUser>>
user list stream
toString() String
A string representation of this object.
inherited

Operators

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