瀏覽代碼

fix(notifications): Added user join notification keys

master
ashiqhassan95 4 年之前
父節點
當前提交
5857620d81
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      config.js

+ 3
- 0
config.js 查看文件

973
     //     'lobby.notificationTitle', // shown when lobby is toggled and when join requests are allowed / denied
973
     //     'lobby.notificationTitle', // shown when lobby is toggled and when join requests are allowed / denied
974
     //     'localRecording.localRecording', // shown when a local recording is started
974
     //     'localRecording.localRecording', // shown when a local recording is started
975
     //     'notify.disconnected', // shown when a participant has left
975
     //     'notify.disconnected', // shown when a participant has left
976
+    //     'notify.connectedOneMember', // show when a participant joined
977
+    //     'notify.connectedTwoMembers', // show when two participants joined simultaneously
978
+    //     'notify.connectedThreePlusMembers', // show when more than 2 participants joined simultaneously
976
     //     'notify.grantedTo', // shown when moderator rights were granted to a participant
979
     //     'notify.grantedTo', // shown when moderator rights were granted to a participant
977
     //     'notify.invitedOneMember', // shown when 1 participant has been invited
980
     //     'notify.invitedOneMember', // shown when 1 participant has been invited
978
     //     'notify.invitedThreePlusMembers', // shown when 3+ participants have been invited
981
     //     'notify.invitedThreePlusMembers', // shown when 3+ participants have been invited

Loading…
取消
儲存