ZegoLiveAudioRoomAudioVideoEvents constructor

ZegoLiveAudioRoomAudioVideoEvents({
  1. void onMicrophoneStateChanged(
    1. bool
    )?,
  2. void onAudioOutputChanged(
    1. ZegoUIKitAudioRoute
    )?,
  3. Future<bool> onMicrophoneTurnOnByOthersConfirmation(
    1. BuildContext context
    )?,
})

Implementation

ZegoLiveAudioRoomAudioVideoEvents({
  this.onMicrophoneStateChanged,
  this.onAudioOutputChanged,
  this.onMicrophoneTurnOnByOthersConfirmation,
});