Update PoliticTalk Jitsi room policy

This commit is contained in:
2026-05-16 21:51:14 +05:30
parent 8997f4804f
commit def2d46096
20 changed files with 748 additions and 26 deletions

View File

@@ -711,7 +711,7 @@ var config = {
// will be joined when no room is specified.
disabled: false,
// If set, landing page will redirect to this URL.
customUrl: 'https://parallelglobe.io/calendar'
customUrl: 'https://parallelglobe.io/politictalk'
},
// Configs for the lobby screen.
@@ -790,9 +790,9 @@ var config = {
// Configs for prejoin page.
prejoinConfig: {
// When true, users see the PoliticTalk prejoin screen before entering the room.
enabled: true,
hideDisplayName: false,
// Platform owns PoliticTalk prejoin/auth, so Jitsi enters the room directly.
enabled: false,
hideDisplayName: true,
hideExtraJoinButtons: ['no-audio', 'by-phone'],
preCallTestEnabled: false,
preCallTestICEUrl: '',
@@ -1465,7 +1465,7 @@ var config = {
}
}
*/
dynamicBrandingUrl: '/_api/public/politictalk/branding.json',
dynamicBrandingUrl: '/images/politictalk/branding.json',
// A list of allowed URL domains for shared video.
//
@@ -1862,7 +1862,7 @@ var config = {
// },
// Application logo url
defaultLogoUrl: '/_api/public/politictalk/pgLogo.svg',
defaultLogoUrl: '/images/politictalk/pgLogo.svg',
// Settings for the Excalidraw whiteboard integration.
// whiteboard: {