TeaSpeak / TeaWeb

TeaSpeak Web Issue tracker
https://web.teaspeak.de
Mozilla Public License 2.0
41 stars 21 forks source link

Side hangs up uppon an invalid microphone device #131

Closed WolverinDEV closed 4 years ago

WolverinDEV commented 4 years ago

Dominik PC -> https://github.com/TeaSpeak/TeaWeb/blob/53210ec4e65e43897f4324de8339f1d7236b3d3a/web/app/audio/Recorder.ts#L209

this.startPromise = undefined;

Wird irgendwie nicht gesetzt. Beim nächsten mal ausführen, endet https://github.com/TeaSpeak/TeaWeb/blob/53210ec4e65e43897f4324de8339f1d7236b3d3a/web/app/audio/Recorder.ts#L197 in eine while true schleife.

WolverinDEV commented 4 years ago

fixed