|
@@ -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',
|