Merge pull request #13635 from mariogasparoni/allow-chrome-in-ios

update: allow users in iOS join from chrome mobile version 94+
This commit is contained in:
Anton Georgiev 2021-11-03 15:19:44 -04:00 committed by GitHub
commit f4b0fff989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ const isVirtualBackgroundEnabled = () => {
}
const isVirtualBackgroundSupported = () => {
return !(deviceInfo.isIOS || browserInfo.isSafari);
return !(deviceInfo.isIos || browserInfo.isSafari);
}
const getVirtualBgImagePath = () => {

View File

@ -756,7 +756,7 @@ private:
- browser: chrome
version: 72
- browser: chromeMobileIOS
version: Infinity
version: 94
- browser: firefox
version: 68
- browser: firefoxMobile