From 1008930b46a6662556eaa7deeaf4f16ca7273d23 Mon Sep 17 00:00:00 2001
From: Sergio Vergata <sergio.vergata@h-da.de>
Date: Wed, 30 Jun 2021 09:11:48 +0000
Subject: [PATCH] Wait until Audio connected to proceed

---
 stream.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stream.py b/stream.py
index dafd7bf..190f0e7 100644
--- a/stream.py
+++ b/stream.py
@@ -136,7 +136,7 @@ def bbb_browser():
     logging.info(join_url)
     browser.get(join_url)
 
-
+    time.sleep(40)
     try:
         # Wait for the input element to appear
         logging.info("Waiting for chat input window to appear.")
-- 
GitLab