Closed livefire2015 closed 4 years ago
The exception
event is not an error, it is just a warning to remind you something in the channel is not working normally. This warning is based on a monitor for WebRTC Stats. If this monitor finds some stats value is abnormal for a long time, it will emit the exception
event.
In your case, exception 2001 means your input audio level is too low for a long time. It will make other people can not hear you, but SDK can not know what's wrong with your microphone, maybe you should check it by yourself or show an alert on your webpage.
Problem: The exception 2001 AUDIO_INPUT_LEVEL_TOO_LOW is shown for 30 seconds before a newly-joined user could be heard by others in the same channel.
Console log:
How to reproduce: