getCameraStateNotifier method

ValueNotifier<bool> getCameraStateNotifier(
  1. String userID
)

get camera state notifier

Implementation

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