From 3de739a084049263b0b88125b7439700b1072b56 Mon Sep 17 00:00:00 2001
From: Martin Klampfer <martin.klampfer@fairkom.eu>
Date: Wed, 5 May 2021 18:48:35 +0200
Subject: [PATCH] added the actual code that was skipped in the previous commit

---
 bigbluebutton-html5/imports/ui/services/audio-manager/index.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bigbluebutton-html5/imports/ui/services/audio-manager/index.js b/bigbluebutton-html5/imports/ui/services/audio-manager/index.js
index d29ac34b1e..e3ce03ed14 100755
--- a/bigbluebutton-html5/imports/ui/services/audio-manager/index.js
+++ b/bigbluebutton-html5/imports/ui/services/audio-manager/index.js
@@ -311,7 +311,6 @@ 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;
-- 
GitLab