removed pc and ss
This commit is contained in:
@@ -142,6 +142,9 @@ var config = {
|
||||
// Disables chat feature entirely including notifications, sounds, and private messages.
|
||||
disableChat: false,
|
||||
|
||||
// PoliticTalk uses room-wide chat only. Private chat entry points are hidden in the UI.
|
||||
disablePrivateChat: true,
|
||||
|
||||
// Disables demote button from self-view
|
||||
// disableSelfDemote: false,
|
||||
|
||||
@@ -1383,6 +1386,13 @@ var config = {
|
||||
// // conversations.
|
||||
// disablePrivateChat: 'all' | 'allow-moderator-chat' | 'disable-visitor-chat',
|
||||
// },
|
||||
remoteVideoMenu: {
|
||||
disabled: true,
|
||||
disableDemote: true,
|
||||
disableKick: true,
|
||||
disableGrantModerator: true,
|
||||
disablePrivateChat: 'all'
|
||||
},
|
||||
|
||||
|
||||
// If set to true all muting operations of remote participants will be disabled.
|
||||
@@ -1485,8 +1495,8 @@ var config = {
|
||||
// },
|
||||
participantsPane: {
|
||||
enabled: true,
|
||||
hideModeratorSettingsTab: false,
|
||||
hideMoreActionsButton: false,
|
||||
hideModeratorSettingsTab: true,
|
||||
hideMoreActionsButton: true,
|
||||
hideMuteAllButton: false
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user