Add new app config audioOutputSupportedBrowsers and tidy

This commit is contained in:
Mészáros Mihály
2020-04-22 23:45:13 +02:00
parent d07b2a2101
commit f0c3b16197
2 changed files with 14 additions and 2 deletions
+10
View File
@@ -25,6 +25,16 @@ var config =
{ scaleResolutionDownBy: 2 },
{ scaleResolutionDownBy: 1 }
],
/**
* White listing browsers that support audio output device selection.
* It is not yet fully implemented in Firefox.
* See: https://bugzilla.mozilla.org/show_bug.cgi?id=1498512
*/
audioOutputSupportedBrowsers :
[
'chrome',
'opera'
],
// Socket.io request timeout
requestTimeout : 10000,
transportOptions :