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.javaParameters
| Name | Type | Description |
|---|---|---|
| rangeAudio | ZegoRangeAudio | Range audio instance that triggers this callback. |
| state | ZegoRangeAudioMicrophoneState | The use state of the range audio. |
| errorCode | int | Error 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
