feat(load-test): Fixes audio senders.

This commit is contained in:
damencho 2021-02-22 16:03:07 -06:00 committed by Дамян Минков
parent e525c2b2ec
commit 4c39d83ff1
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ function onConnectionSuccess() {
devices.push('video'); devices.push('video');
} }
if (autoCreateLocalAudio) { if (localAudio || autoCreateLocalAudio) {
devices.push('audio'); devices.push('audio');
} }