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