Allow PoliticTalk rooms in mobile browser

This commit is contained in:
2026-05-16 23:38:44 +05:30
parent def2d46096
commit e4837b8cb1
2 changed files with 11 additions and 0 deletions

View File

@@ -1290,6 +1290,7 @@ var config = {
// If true, any checks to handoff to another application will be prevented
// and instead the app will continue to display in the current browser.
// disableDeepLinking: false,
disableDeepLinking: true,
// The deeplinking config.
// deeplinking: {
@@ -1334,6 +1335,10 @@ var config = {
// fDroidUrl: 'https://f-droid.org/en/packages/org.jitsi.meet/',
// }
// },
deeplinking: {
disabled: true,
hideLogo: false,
},
// // The terms, privacy and help centre URL's.
// legalUrls: {

View File

@@ -23,6 +23,12 @@ config.disablePolls = false;
config.disableInviteFunctions = true;
config.doNotStoreRoom = true;
config.disableDeepLinking = true;
config.deeplinking = {
disabled: true,
hideLogo: false
};
config.enableEncodedTransformSupport = true;
config.enableNoisyMicDetection = true;
config.disableRemoteMute = false;