disableAudioSpectrumMonitor abstract method

Future<void> disableAudioSpectrumMonitor()

Disables audio spectrum monitoring.

After calling enableAudioSpectrumMonitor, if you want to disable audio spectrum monitoring, you can call this method. You can call this method either before or after joining a channel.

Returns When the method call succeeds, there is no return value; when fails, the AgoraRtcException exception is thrown. You need to catch the exception and handle it accordingly.

Implementation

Future<void> disableAudioSpectrumMonitor();