Browse Source

feat(load-test): Fixes audio senders.

j8
damencho 4 years ago
parent
commit
4c39d83ff1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      resources/load-test/load-test-participant.js

+ 1
- 1
resources/load-test/load-test-participant.js View File

@@ -216,7 +216,7 @@ function onConnectionSuccess() {
216 216
         devices.push('video');
217 217
     }
218 218
 
219
-    if (autoCreateLocalAudio) {
219
+    if (localAudio || autoCreateLocalAudio) {
220 220
         devices.push('audio');
221 221
     }
222 222
 

Loading…
Cancel
Save