feat(load-test): Fixes audio senders.
This commit is contained in:
parent
e525c2b2ec
commit
4c39d83ff1
|
@ -216,7 +216,7 @@ function onConnectionSuccess() {
|
||||||
devices.push('video');
|
devices.push('video');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (autoCreateLocalAudio) {
|
if (localAudio || autoCreateLocalAudio) {
|
||||||
devices.push('audio');
|
devices.push('audio');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue