|
@@ -172,8 +172,8 @@ var interfaceConfig = {
|
172
|
172
|
// Names of browsers which should show a warning stating the current browser
|
173
|
173
|
// has a suboptimal experience. Browsers which are not listed as optimal or
|
174
|
174
|
// unsupported are considered suboptimal. Valid values are:
|
175
|
|
- // chrome, edge, electron, firefox, nwjs, opera, safari
|
176
|
|
- OPTIMAL_BROWSERS: [ 'chrome', 'firefox', 'nwjs', 'electron' ],
|
|
175
|
+ // chrome, chromium, edge, electron, firefox, nwjs, opera, safari
|
|
176
|
+ OPTIMAL_BROWSERS: [ 'chrome', 'chromium', 'firefox', 'nwjs', 'electron' ],
|
177
|
177
|
|
178
|
178
|
// Browsers, in addition to those which do not fully support WebRTC, that
|
179
|
179
|
// are not supported and should show the unsupported browser page.
|