2020-03-17 02:24:21 +08:00
|
|
|
# meeting credentials
|
2018-08-27 23:00:42 +08:00
|
|
|
BBB_SERVER_URL=""
|
2020-03-17 02:24:21 +08:00
|
|
|
BBB_SHARED_SECRET=""
|
|
|
|
|
|
|
|
# collecting metrics
|
|
|
|
BBB_COLLECT_METRICS= # (true/false): true to collect metrics
|
2020-04-15 04:37:37 +08:00
|
|
|
METRICS_FOLDER= # the metrics output folder
|
2020-03-17 02:24:21 +08:00
|
|
|
|
|
|
|
# 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
|