ZegoMixerService 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

getMixAudioVideoCameraStateNotifier(String mixerID, String userID) ValueNotifier<bool>
getMixAudioVideoLoadedNotifier(String mixerID) ValueNotifier<bool>
getMixAudioVideoMicrophoneStateNotifier(String mixerID, String userID) ValueNotifier<bool>
getMixAudioVideoViewNotifier(String mixerID) ValueNotifier<Widget?>
getMixedSoundLevelsStream() Stream<Map<int, double>>
get mixed sound level notifier
getMixedSoundLevelStream(String userID) Stream<double>
get sound level notifier
getMixerStreamUsers(String mixerStreamID) List<ZegoUIKitUser>
getMixerUserListStream(String mixerStreamID) Stream<List<ZegoUIKitUser>>
get user list notifier
getUserInMixerStream(String userID) ZegoUIKitUser
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startMixerTask(ZegoMixerTask task) Future<ZegoMixerStartResult>
startPlayAnotherRoomAudioVideo(String roomID, String userID, {String userName = ''}) Future<void>
startPlayMixAudioVideo(String mixerID, List<ZegoUIKitUser> users, Map<String, int> userSoundIDs) Future<void>
userSoundIDs is a map<user id, sound id>
stopMixerTask(ZegoMixerTask task) Future<ZegoMixerStopResult>
stopPlayAnotherRoomAudioVideo(String userID) Future<void>
stopPlayMixAudioVideo(String mixerID) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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