Revert "feat(browser-support): Add safari to list of optimal browsers"

This reverts commit 4824c8714a.
pull/6060/head jitsi-meet_4460
Jaya Allamsetty 5 years ago committed by yanas
parent a4ab7ea95f
commit e0563a743f
  1. 2
      interface_config.js
  2. 3
      react/features/base/environment/environment.js

@ -175,7 +175,7 @@ var interfaceConfig = {
// has a suboptimal experience. Browsers which are not listed as optimal or
// unsupported are considered suboptimal. Valid values are:
// chrome, chromium, edge, electron, firefox, nwjs, opera, safari
OPTIMAL_BROWSERS: [ 'chrome', 'chromium', 'firefox', 'nwjs', 'electron', 'safari' ],
OPTIMAL_BROWSERS: [ 'chrome', 'chromium', 'firefox', 'nwjs', 'electron' ],
// Browsers, in addition to those which do not fully support WebRTC, that
// are not supported and should show the unsupported browser page.

@ -9,8 +9,7 @@ const DEFAULT_OPTIMAL_BROWSERS = [
'chrome',
'electron',
'firefox',
'nwjs',
'safari'
'nwjs'
];
const DEFAULT_UNSUPPORTED_BROWSERS = [];

Loading…
Cancel
Save