onAudioDeviceStateChange method Null safety
Occurs when the status of an audio device changes
deviceType selected device NERtcAudioDeviceType
deviceState state of the selected device NERtcAudioDeviceState
Implementation
void onAudioDeviceStateChange(int deviceType, int deviceState);