logo
On this page

IZegoRangeAudioEventHandler

IZegoRangeAudioEventHandler

Declared in callback/IZegoRangeAudioEventHandler.java

Methods

onRangeAudioMicrophoneStateUpdate

onRangeAudioMicrophoneStateUpdate
public void onRangeAudioMicrophoneStateUpdate(ZegoRangeAudio rangeAudio, ZegoRangeAudioMicrophoneState state, int errorCode)
Range audio microphone state callback.
Declared in callback/IZegoRangeAudioEventHandler.java

Parameters

NameTypeDescription
rangeAudioZegoRangeAudioRange audio instance that triggers this callback.
stateZegoRangeAudioMicrophoneStateThe use state of the range audio.
errorCodeintError code, please refer to the error codes document https://docs.zegocloud.com/en/5548.html for details.

Details

The status change notification of the microphone, starting to send audio is an asynchronous process, and the state switching in the middle is called back through this function. When to

  • Trigger: After the [enableMicrophone] function.
  • Caution: 1. It must be monitored before the [enableMicrophone] function is called. 2. The callback is not triggered when the [enableMicrophone] is stopped normally, and the Off state is triggered only when the [enableMicrophone] is stopped abnormally.
  • Available since: 2.11.0

Previous

izegomediaplayereventhandler

Next

izegorangesceneeventhandler

On this page

Back to top