From 5d4e632184887af846af412083f949bd25b45153 Mon Sep 17 00:00:00 2001
From: Mohamed Amine Ben Salah <damineone@gmail.com>
Date: Tue, 14 Apr 2020 17:31:25 -0300
Subject: [PATCH] removes no-needed media variables definitions

---
 bigbluebutton-html5/tests/puppeteer/.env-template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/bigbluebutton-html5/tests/puppeteer/.env-template b/bigbluebutton-html5/tests/puppeteer/.env-template
index 3f6561fd36..3e129e7c4f 100644
--- a/bigbluebutton-html5/tests/puppeteer/.env-template
+++ b/bigbluebutton-html5/tests/puppeteer/.env-template
@@ -6,10 +6,6 @@ BBB_SHARED_SECRET=""
 BBB_COLLECT_METRICS=    # (true/false): true to collect metrics
 METRICS_FOLDER=     # full path of your audio.wav file
 
-# files paths for audio and webcams tests
-AUDIO_FILE=         # full path of your audio.wav file
-VIDEO_FILE=         # full path of your video.y4m file
-
 # webcams test
 LOOP_INTERVAL=      # time to loop in the webcams test in milliseconds
 CAMERA_SHARE_FAILED_WAIT_TIME=15000     # this is set by default in the BBB server
-- 
GitLab