Skip to content

Commit

Permalink
fix(config): lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeckindy committed Aug 30, 2021
1 parent 8b4f6f6 commit 868edf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -932,9 +932,9 @@ var config = {
// 'notify.kickParticipant', // shown when a participant is kicked
// 'notify.moderationStartedTitle', // shown when AV moderation is activated
// 'notify.moderationStoppedTitle', // shown when AV moderation is deactivated
// 'notify.moderationInEffectTitle', // shown when user attempts to unmute audio while AV moderation is in effect
// 'notify.moderationInEffectVideoTitle', // shown when user attempts to enable video while AV moderation is in effect
// 'notify.moderationInEffectCSTitle', // shown when user attempts to share content while AV moderation is in effect
// 'notify.moderationInEffectTitle', // shown when user attempts to unmute audio during AV moderation
// 'notify.moderationInEffectVideoTitle', // shown when user attempts to enable video during AV moderation
// 'notify.moderationInEffectCSTitle', // shown when user attempts to share content during AV moderation
// 'notify.mutedRemotelyTitle', // shown when user is muted by a remote party
// 'notify.mutedTitle', // shown when user has been muted upon joining,
// 'notify.newDeviceAudioTitle', // prompts the user to use a newly detected audio device
Expand All @@ -943,7 +943,7 @@ var config = {
// 'notify.passwordSetRemotely', // shown when a password has been set remotely
// 'notify.raisedHand', // shown when a partcipant used raise hand,
// 'notify.startSilentTitle', // shown when user joined with no audio
// 'notify.unmute', // shown to moderator when user raises hand while AV moderation is in effect
// 'notify.unmute', // shown to moderator when user raises hand during AV moderation
// 'prejoin.errorDialOut',
// 'prejoin.errorDialOutDisconnected',
// 'prejoin.errorDialOutFailed',
Expand Down

0 comments on commit 868edf1

Please sign in to comment.