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