From 5c52ee97edfd0beee1ee53815bf90da5ad948e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=8F=D0=BD=20=D0=9C=D0=B8=D0=BD=D0=BA?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Mon, 8 Aug 2022 15:57:31 -0500 Subject: [PATCH] fix: Adds missing notification in example config. Add missing 'notify.videoMutedRemotelyTitle'. --- config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 35a8365e0..a220486a5 100644 --- a/config.js +++ b/config.js @@ -1389,6 +1389,7 @@ var config = { // 'notify.leftTwoMembers', // show when two participants left simultaneously // 'notify.leftThreePlusMembers', // show when more than 2 participants left simultaneously // 'notify.grantedTo', // shown when moderator rights were granted to a participant + // 'notify.hostAskedUnmute', // shown to participant when host asks them to unmute // 'notify.invitedOneMember', // shown when 1 participant has been invited // 'notify.invitedThreePlusMembers', // shown when 3+ participants have been invited // 'notify.invitedTwoMembers', // shown when 2 participants have been invited @@ -1409,7 +1410,7 @@ var config = { // 'notify.raisedHand', // shown when a partcipant used raise hand, // 'notify.startSilentTitle', // shown when user joined with no audio // 'notify.unmute', // shown to moderator when user raises hand during AV moderation - // 'notify.hostAskedUnmute', // shown to participant when host asks them to unmute + // 'notify.videoMutedRemotelyTitle', // shown when user's video is muted by a remote party, // 'prejoin.errorDialOut', // 'prejoin.errorDialOutDisconnected', // 'prejoin.errorDialOutFailed',