Merge pull request #11721 from mariogasparoni/develop

Default enable banner alert when user speaks with mic muted
This commit is contained in:
Anton Georgiev 2021-03-23 13:48:18 -04:00 committed by GitHub
commit 654e971076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ class AudioControls extends PureComponent {
return ( return (
<span className={styles.container}> <span className={styles.container}>
{inputStream && muteAlertEnabled ? ( {isVoiceUser && inputStream && muteAlertEnabled ? (
<MutedAlert {...{ <MutedAlert {...{
muted, inputStream, isViewer, isPresenter, muted, inputStream, isViewer, isPresenter,
}} }}

View File

@ -34,7 +34,7 @@ public:
allowFullscreen: true allowFullscreen: true
preloadNextSlides: 2 preloadNextSlides: 2
mutedAlert: mutedAlert:
enabled: false enabled: true
interval: 200 interval: 200
threshold: -50 threshold: -50
duration: 4000 duration: 4000