getAudioOutputDeviceNotifier method

ValueNotifier<ZegoUIKitAudioRoute> getAudioOutputDeviceNotifier(
  1. String userID
)

get audio output device notifier

Implementation

ValueNotifier<ZegoUIKitAudioRoute> getAudioOutputDeviceNotifier(
  String userID,
) {
  return ZegoUIKitCore.shared.coreData.getUser(userID).audioRoute;
}