Raised by the AudioInputTest when the volume events recorded are both low and constant. The criteria for raising this warning are:
Raised by the MediaConnectionBitrateTest when the recorded bitrates are consistently lower than a certain threshold. The criteria for raising this warning are:
Generated using TypeDoc
All of the expected warnings raised by the diagnostics tests. A
warning-cleared
event is raised if there is an active warning and if the criteria of the warning are no longer met.Example:
test.on(AudioInputTest.Events.Warning, (warningName: WarningName) => { console.log(`Warning detected: ${warningName}`); }); test.on(AudioInputTest.Events.WarningCleared, (warningName: WarningName) => { console.log(`Warning cleared: ${warningName}`); });