getMicrophoneStateNotifier method
get microphone state notifier
Implementation
ValueNotifier<bool> getMicrophoneStateNotifier(String userID) {
return ZegoUIKitCore.shared.coreData.getUser(userID).microphone;
}
get microphone state notifier
ValueNotifier<bool> getMicrophoneStateNotifier(String userID) {
return ZegoUIKitCore.shared.coreData.getUser(userID).microphone;
}