Skip to content
Snippets Groups Projects
Commit 468b54ea authored by Mohamed Amine Ben Salah's avatar Mohamed Amine Ben Salah
Browse files

adds required test variables to .env-template with empty values

parent 65c3a8b1
No related branches found
No related tags found
No related merge requests found
# meeting credentials
BBB_SERVER_URL=""
BBB_SHARED_SECRET=""
\ No newline at end of file
BBB_SHARED_SECRET=""
# collecting metrics
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
# audio test
IS_AUDIO_TEST= # (true/false): true if the test will require enabling audio
\ No newline at end of file
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