Merge "Indicate firefox is suboptimal in meetpad"
This commit is contained in:
commit
9d6ac045d1
@ -9,7 +9,7 @@ var interfaceConfig = {
|
|||||||
* Whether or not the blurred video background for large video should be
|
* Whether or not the blurred video background for large video should be
|
||||||
* displayed on browsers that can support it.
|
* displayed on browsers that can support it.
|
||||||
*/
|
*/
|
||||||
DISABLE_VIDEO_BACKGROUND: false,
|
DISABLE_VIDEO_BACKGROUND: true,
|
||||||
|
|
||||||
INITIAL_TOOLBAR_TIMEOUT: 20000,
|
INITIAL_TOOLBAR_TIMEOUT: 20000,
|
||||||
TOOLBAR_TIMEOUT: 4000,
|
TOOLBAR_TIMEOUT: 4000,
|
||||||
@ -50,7 +50,7 @@ var interfaceConfig = {
|
|||||||
'fodeviceselection', 'hangup', 'profile', 'info', 'chat', 'recording',
|
'fodeviceselection', 'hangup', 'profile', 'info', 'chat', 'recording',
|
||||||
'livestreaming', 'etherpad', 'sharedvideo', 'settings', 'raisehand',
|
'livestreaming', 'etherpad', 'sharedvideo', 'settings', 'raisehand',
|
||||||
'videoquality', 'filmstrip', 'invite', 'feedback', 'stats', 'shortcuts',
|
'videoquality', 'filmstrip', 'invite', 'feedback', 'stats', 'shortcuts',
|
||||||
'tileview', 'videobackgroundblur'
|
'tileview'
|
||||||
],
|
],
|
||||||
|
|
||||||
SETTINGS_SECTIONS: [ 'devices', 'language', 'moderator', 'profile', 'calendar' ],
|
SETTINGS_SECTIONS: [ 'devices', 'language', 'moderator', 'profile', 'calendar' ],
|
||||||
@ -173,7 +173,7 @@ var interfaceConfig = {
|
|||||||
// has a suboptimal experience. Browsers which are not listed as optimal or
|
// has a suboptimal experience. Browsers which are not listed as optimal or
|
||||||
// unsupported are considered suboptimal. Valid values are:
|
// unsupported are considered suboptimal. Valid values are:
|
||||||
// chrome, chromium, edge, electron, firefox, nwjs, opera, safari
|
// chrome, chromium, edge, electron, firefox, nwjs, opera, safari
|
||||||
OPTIMAL_BROWSERS: [ 'chrome', 'chromium', 'firefox', 'nwjs', 'electron' ],
|
OPTIMAL_BROWSERS: [ 'chrome', 'chromium', 'nwjs', 'electron' ],
|
||||||
|
|
||||||
// Browsers, in addition to those which do not fully support WebRTC, that
|
// Browsers, in addition to those which do not fully support WebRTC, that
|
||||||
// are not supported and should show the unsupported browser page.
|
// are not supported and should show the unsupported browser page.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user