|
|
|
|
36
|
*/
|
36
|
*/
|
37
|
TOOLBAR_BUTTONS: [
|
37
|
TOOLBAR_BUTTONS: [
|
38
|
//main toolbar
|
38
|
//main toolbar
|
39
|
- 'microphone', 'camera', 'desktop', 'invite', 'fullscreen', 'hangup', 'deviceselection', // jshint ignore:line
|
|
|
|
|
39
|
+ 'microphone', 'camera', 'desktop', 'invite', 'fullscreen', 'fodeviceselection', 'hangup', // jshint ignore:line
|
40
|
//extended toolbar
|
40
|
//extended toolbar
|
41
|
'profile', 'contacts', 'chat', 'recording', 'etherpad', 'sharedvideo', 'dialout', 'settings', 'raisehand', 'filmstrip'], // jshint ignore:line
|
41
|
'profile', 'contacts', 'chat', 'recording', 'etherpad', 'sharedvideo', 'dialout', 'settings', 'raisehand', 'filmstrip'], // jshint ignore:line
|
42
|
/**
|
42
|
/**
|
43
|
* Main Toolbar Buttons
|
43
|
* Main Toolbar Buttons
|
44
|
* All of them should be in TOOLBAR_BUTTONS
|
44
|
* All of them should be in TOOLBAR_BUTTONS
|
45
|
*/
|
45
|
*/
|
46
|
- MAIN_TOOLBAR_BUTTONS: ['microphone', 'camera', 'desktop', 'invite', 'fullscreen', 'hangup', 'deviceselection'], // jshint ignore:line
|
|
|
|
|
46
|
+ MAIN_TOOLBAR_BUTTONS: ['microphone', 'camera', 'desktop', 'invite', 'fullscreen', 'fodeviceselection', 'hangup'], // jshint ignore:line
|
47
|
SETTINGS_SECTIONS: ['language', 'devices', 'moderator'],
|
47
|
SETTINGS_SECTIONS: ['language', 'devices', 'moderator'],
|
48
|
// Determines how the video would fit the screen. 'both' would fit the whole
|
48
|
// Determines how the video would fit the screen. 'both' would fit the whole
|
49
|
// screen, 'height' would fit the original video height to the height of the
|
49
|
// screen, 'height' would fit the original video height to the height of the
|