Allow PoliticTalk rooms in mobile browser
This commit is contained in:
@@ -1290,6 +1290,7 @@ var config = {
|
|||||||
// If true, any checks to handoff to another application will be prevented
|
// If true, any checks to handoff to another application will be prevented
|
||||||
// and instead the app will continue to display in the current browser.
|
// and instead the app will continue to display in the current browser.
|
||||||
// disableDeepLinking: false,
|
// disableDeepLinking: false,
|
||||||
|
disableDeepLinking: true,
|
||||||
|
|
||||||
// The deeplinking config.
|
// The deeplinking config.
|
||||||
// deeplinking: {
|
// deeplinking: {
|
||||||
@@ -1334,6 +1335,10 @@ var config = {
|
|||||||
// fDroidUrl: 'https://f-droid.org/en/packages/org.jitsi.meet/',
|
// fDroidUrl: 'https://f-droid.org/en/packages/org.jitsi.meet/',
|
||||||
// }
|
// }
|
||||||
// },
|
// },
|
||||||
|
deeplinking: {
|
||||||
|
disabled: true,
|
||||||
|
hideLogo: false,
|
||||||
|
},
|
||||||
|
|
||||||
// // The terms, privacy and help centre URL's.
|
// // The terms, privacy and help centre URL's.
|
||||||
// legalUrls: {
|
// legalUrls: {
|
||||||
|
|||||||
@@ -23,6 +23,12 @@ config.disablePolls = false;
|
|||||||
config.disableInviteFunctions = true;
|
config.disableInviteFunctions = true;
|
||||||
config.doNotStoreRoom = true;
|
config.doNotStoreRoom = true;
|
||||||
|
|
||||||
|
config.disableDeepLinking = true;
|
||||||
|
config.deeplinking = {
|
||||||
|
disabled: true,
|
||||||
|
hideLogo: false
|
||||||
|
};
|
||||||
|
|
||||||
config.enableEncodedTransformSupport = true;
|
config.enableEncodedTransformSupport = true;
|
||||||
config.enableNoisyMicDetection = true;
|
config.enableNoisyMicDetection = true;
|
||||||
config.disableRemoteMute = false;
|
config.disableRemoteMute = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user