removed pc and ss

This commit is contained in:
2026-05-30 16:03:28 +05:30
parent 4978c11d90
commit 0d964accf5
2 changed files with 245 additions and 2 deletions

View File

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