getMicrophoneStateNotifier method

ValueNotifier<bool> getMicrophoneStateNotifier(
  1. String userID
)

get microphone state notifier

Implementation

ValueNotifier<bool> getMicrophoneStateNotifier(String userID) {
  return ZegoUIKitCore.shared.coreData.getUser(userID).microphone;
}