Skip to content

feat(deep-linking): switch scheme to https if appScheme is false#17163

Closed
Calinteodor wants to merge 1 commit intojitsi:masterfrom
Calinteodor:update-deeplinking-url
Closed

feat(deep-linking): switch scheme to https if appScheme is false#17163
Calinteodor wants to merge 1 commit intojitsi:masterfrom
Calinteodor:update-deeplinking-url

Conversation

@Calinteodor
Copy link
Contributor

@Calinteodor Calinteodor commented Mar 20, 2026

We need to keep the following format for when appScheme is false

intent://URL/testmeetingtest#Intent;scheme=https;end

@Calinteodor Calinteodor force-pushed the update-deeplinking-url branch from e958a47 to fb1d282 Compare March 20, 2026 15:49
if (!appScheme) {
return undefined;
}
const scheme = appScheme || 'https';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants