|
@@ -1153,6 +1153,9 @@ var config = {
|
1153
|
1153
|
// 'notify.connectedOneMember', // show when a participant joined
|
1154
|
1154
|
// 'notify.connectedTwoMembers', // show when two participants joined simultaneously
|
1155
|
1155
|
// 'notify.connectedThreePlusMembers', // show when more than 2 participants joined simultaneously
|
|
1156
|
+ // 'notify.leftOneMember', // show when a participant left
|
|
1157
|
+ // 'notify.leftTwoMembers', // show when two participants left simultaneously
|
|
1158
|
+ // 'notify.leftThreePlusMembers', // show when more than 2 participants left simultaneously
|
1156
|
1159
|
// 'notify.grantedTo', // shown when moderator rights were granted to a participant
|
1157
|
1160
|
// 'notify.invitedOneMember', // shown when 1 participant has been invited
|
1158
|
1161
|
// 'notify.invitedThreePlusMembers', // shown when 3+ participants have been invited
|