瀏覽代碼

fix(config): add av-moderation notifications to config whitelist (#9774)

* fix(config): add av-moderation notifications to config whitelist

* fix(config): lint fixes
master
Nathan Beck 4 年之前
父節點
當前提交
eb4fff773b
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      config.js

+ 6
- 0
config.js 查看文件

@@ -943,6 +943,11 @@ var config = {
943 943
     //     'notify.invitedThreePlusMembers', // shown when 3+ participants have been invited
944 944
     //     'notify.invitedTwoMembers', // shown when 2 participants have been invited
945 945
     //     'notify.kickParticipant', // shown when a participant is kicked
946
+    //     'notify.moderationStartedTitle', // shown when AV moderation is activated
947
+    //     'notify.moderationStoppedTitle', // shown when AV moderation is deactivated
948
+    //     'notify.moderationInEffectTitle', // shown when user attempts to unmute audio during AV moderation
949
+    //     'notify.moderationInEffectVideoTitle', // shown when user attempts to enable video during AV moderation
950
+    //     'notify.moderationInEffectCSTitle', // shown when user attempts to share content during AV moderation
946 951
     //     'notify.mutedRemotelyTitle', // shown when user is muted by a remote party
947 952
     //     'notify.mutedTitle', // shown when user has been muted upon joining,
948 953
     //     'notify.newDeviceAudioTitle', // prompts the user to use a newly detected audio device
@@ -951,6 +956,7 @@ var config = {
951 956
     //     'notify.passwordSetRemotely', // shown when a password has been set remotely
952 957
     //     'notify.raisedHand', // shown when a partcipant used raise hand,
953 958
     //     'notify.startSilentTitle', // shown when user joined with no audio
959
+    //     'notify.unmute', // shown to moderator when user raises hand during AV moderation
954 960
     //     'prejoin.errorDialOut',
955 961
     //     'prejoin.errorDialOutDisconnected',
956 962
     //     'prejoin.errorDialOutFailed',

Loading…
取消
儲存