mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fix(environment): optimal browsers list
This commit is contained in:
committed by
Gabriel Borlea
parent
b9d6a0f269
commit
50b064907a
@@ -107,8 +107,8 @@ var interfaceConfig = {
|
||||
// Names of browsers which should show a warning stating the current browser
|
||||
// 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' ],
|
||||
// chrome, chromium, electron, firefox , safari, webkit
|
||||
OPTIMAL_BROWSERS: [ 'chrome', 'chromium', 'firefox', 'electron', 'safari', 'webkit' ],
|
||||
|
||||
POLICY_LOGO: null,
|
||||
PROVIDER_NAME: 'Jitsi',
|
||||
|
||||
@@ -7,10 +7,11 @@ const { browser } = JitsiMeetJS.util;
|
||||
|
||||
const DEFAULT_OPTIMAL_BROWSERS = [
|
||||
'chrome',
|
||||
'chromium',
|
||||
'electron',
|
||||
'firefox',
|
||||
'nwjs',
|
||||
'safari'
|
||||
'safari',
|
||||
'webkit'
|
||||
];
|
||||
|
||||
const DEFAULT_UNSUPPORTED_BROWSERS: string[] = [];
|
||||
|
||||
Reference in New Issue
Block a user