Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
eb4fff773b
No account linked to committer's email address
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6
    0
      config.js

+ 6
- 0
config.js Dosyayı Görüntüle

943
     //     'notify.invitedThreePlusMembers', // shown when 3+ participants have been invited
943
     //     'notify.invitedThreePlusMembers', // shown when 3+ participants have been invited
944
     //     'notify.invitedTwoMembers', // shown when 2 participants have been invited
944
     //     'notify.invitedTwoMembers', // shown when 2 participants have been invited
945
     //     'notify.kickParticipant', // shown when a participant is kicked
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
     //     'notify.mutedRemotelyTitle', // shown when user is muted by a remote party
951
     //     'notify.mutedRemotelyTitle', // shown when user is muted by a remote party
947
     //     'notify.mutedTitle', // shown when user has been muted upon joining,
952
     //     'notify.mutedTitle', // shown when user has been muted upon joining,
948
     //     'notify.newDeviceAudioTitle', // prompts the user to use a newly detected audio device
953
     //     'notify.newDeviceAudioTitle', // prompts the user to use a newly detected audio device
951
     //     'notify.passwordSetRemotely', // shown when a password has been set remotely
956
     //     'notify.passwordSetRemotely', // shown when a password has been set remotely
952
     //     'notify.raisedHand', // shown when a partcipant used raise hand,
957
     //     'notify.raisedHand', // shown when a partcipant used raise hand,
953
     //     'notify.startSilentTitle', // shown when user joined with no audio
958
     //     'notify.startSilentTitle', // shown when user joined with no audio
959
+    //     'notify.unmute', // shown to moderator when user raises hand during AV moderation
954
     //     'prejoin.errorDialOut',
960
     //     'prejoin.errorDialOut',
955
     //     'prejoin.errorDialOutDisconnected',
961
     //     'prejoin.errorDialOutDisconnected',
956
     //     'prejoin.errorDialOutFailed',
962
     //     'prejoin.errorDialOutFailed',

Loading…
İptal
Kaydet