rtcEngine$onAudioAEDStateUpdate method
@hidden for internal use only
@detail callback
@region Audio Management
@author shiyayun
@brief Callback about publishing status of the black frame video stream .
After enableAudioAEDReport, you will periodically receive this callback.
@param state Music scene detection result, see ByteRTCAudioAEDType{@link #ByteRTCAudioAEDType}.
Implementation
FutureOr<void> rtcEngine$onAudioAEDStateUpdate(
ByteRTCEngine engine, ByteRTCAudioAEDType state) async {}