Skip to content
Snippets Groups Projects
Commit f410a71e authored by Martin Klampfer's avatar Martin Klampfer
Browse files

Merge branch 'bugfix/86-interpretation-playing-after-disconnecting-audio' of...

Merge branch 'bugfix/86-interpretation-playing-after-disconnecting-audio' of git.fairkom.net:chat/fairblue into bugfix/86-interpretation-playing-after-disconnecting-audio
parents ccad3c27 624f7645
No related branches found
No related tags found
2 merge requests!33Bugfix/86 interpretation playing after disconnecting audio,!32Draft: Bugfix/86 interpretation playing after disconnecting audio
......@@ -311,6 +311,7 @@ class AudioManager {
}
exitAudio() {
// TODO: for task #86, add this.translationBridge.exitAudio()?
if (!this.isConnected) return Promise.resolve();
const bridge = (this.useKurento && this.isListenOnly) ? this.listenOnlyBridge : this.bridge;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment