diff --git a/react/features/conference/functions.js b/react/features/conference/functions.js index 482651766..7f02af3fb 100644 --- a/react/features/conference/functions.js +++ b/react/features/conference/functions.js @@ -21,6 +21,7 @@ export function maybeShowSuboptimalExperienceNotification(dispatch, t) { && !browser.isFirefox() && !browser.isNWJS() && !browser.isElectron() + && !(browser.isSafariWithVP8() && browser.usesPlanB()) // Adding react native to the list of recommended browsers is not // necessary for now because the function won't be executed at all