fix(config.js) Added missing participant left notification key.

This commit is contained in:
Ashiq Hassan 2021-12-14 10:25:22 +05:30 committed by Saúl Ibarra Corretgé
parent d2619b4dd3
commit 0e717d8388
1 changed files with 3 additions and 0 deletions

View File

@ -1153,6 +1153,9 @@ var config = {
// 'notify.connectedOneMember', // show when a participant joined
// 'notify.connectedTwoMembers', // show when two participants joined simultaneously
// 'notify.connectedThreePlusMembers', // show when more than 2 participants joined simultaneously
// 'notify.leftOneMember', // show when a participant left
// '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.invitedOneMember', // shown when 1 participant has been invited
// 'notify.invitedThreePlusMembers', // shown when 3+ participants have been invited