|
@@ -73,6 +73,13 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
|
73
|
73
|
REMOTE_THUMBNAIL_RATIO: 1, //1:1
|
74
|
74
|
// Documentation reference for the live streaming feature.
|
75
|
75
|
LIVE_STREAMING_HELP_LINK: "https://jitsi.org/live",
|
76
|
|
- // Enabling mobile landing page with the link to mobile app.
|
77
|
|
- MOBILE_APP_ENABLED: true
|
|
76
|
+
|
|
77
|
+ /**
|
|
78
|
+ * Whether the mobile app Jitsi Meet is to be promoted to participants
|
|
79
|
+ * attempting to join a conference in a mobile Web browser. If undefined,
|
|
80
|
+ * default to true.
|
|
81
|
+ *
|
|
82
|
+ * @type {boolean}
|
|
83
|
+ */
|
|
84
|
+ MOBILE_APP_PROMO: true
|
78
|
85
|
};
|