Skip to content

Commit

Permalink
Merge pull request #29 from vmeeting-io/feat/selvas/update-mobile-mee…
Browse files Browse the repository at this point in the history
…ting-ui

feat : [mobile] 회의 입장 시 web이랑 동일한 화면 뜨도록 수정
- 모바일 브라우저 접속 시, 앱 다운로드 링크 및 앱 열기 화면 제거
  • Loading branch information
BeomjunKang authored Dec 4, 2024
2 parents d3cc777 + 7df4d0c commit 59a130b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react/features/deep-linking/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export function getDeepLinkingPage(state) {
return Promise.resolve();
}

/*
if (isMobileBrowser()) { // mobile
const mobileAppPromo
= typeof interfaceConfig === 'object'
Expand All @@ -92,7 +93,7 @@ export function getDeepLinkingPage(state) {
typeof mobileAppPromo === 'undefined' || Boolean(mobileAppPromo)
? DeepLinkingMobilePage : NoMobileApp);
}

*/
return _openDesktopApp(state).then(
// eslint-disable-next-line no-confusing-arrow
result => result ? DeepLinkingDesktopPage : undefined);
Expand Down

0 comments on commit 59a130b

Please sign in to comment.