Add a config option to disable the app prompt

This commit is contained in:
Robin
2024-11-01 16:56:43 -04:00
parent 90681b16e0
commit 7ad70064a3
4 changed files with 16 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ export interface UrlParams {
/**
* Whether upon entering a room, the user should be prompted to launch the
* native mobile app. (Affects only Android and iOS.)
*
* The app prompt must also be enabled in the config for this to take effect.
*/
appPrompt: boolean;
/**