chore(audio): enable local echo test and volume meter by default
See https://github.com/bigbluebutton/bigbluebutton/pull/14736
This commit is contained in:
parent
cb366bd1c7
commit
f85442bc72
@ -580,11 +580,11 @@ public:
|
||||
# be used in Chromium browsers. Works around the fact that Chromium has no
|
||||
# echo cancellation in non-rtc audio streams
|
||||
localEchoTest:
|
||||
enabled: false
|
||||
initialHearingState: false
|
||||
useRtcLoopbackInChromium: false
|
||||
enabled: true
|
||||
initialHearingState: true
|
||||
useRtcLoopbackInChromium: true
|
||||
# showVolumeMeter: shows an energy bar for microphones in the AudioSettings view
|
||||
showVolumeMeter: false
|
||||
showVolumeMeter: true
|
||||
stats:
|
||||
enabled: true
|
||||
interval: 10000
|
||||
|
Loading…
Reference in New Issue
Block a user