ZegoLiveStreamingControllerMinimizePrivateActiveUser class

Properties

activeUserIDNotifier ValueNotifier<String?>
final
activeUserTimer Timer?
getter/setter pair
audioVideoListSubscription StreamSubscription?
getter/setter pair
config ZegoUIKitPrebuiltLiveStreamingConfig?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ignoreLocalUser bool
no setter
isStarted bool
getter/setter pair
rangeSoundLevels Map<String, List<double>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showLocalUserView bool
getter/setter pair
soundLevelSubscriptions List<StreamSubscription?>
getter/setter pair

Methods

listenAudioVideoList() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAudioVideoListUpdated(List<ZegoUIKitUser> users) → void
setConfig({required ZegoUIKitPrebuiltLiveStreamingConfig? config}) → void
start({bool showLocalUserView = false}) → void
stop() → void
switchActiveUserToRemoteUser() String?
toString() String
A string representation of this object.
inherited
updateActiveUserByTimer() → void

Operators

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