|
@@ -462,11 +462,38 @@ var config = {
|
462
|
462
|
// - 'desktop' controls the "Share your screen" button
|
463
|
463
|
// - if `toolbarButtons` is undefined, we fallback to enabling all buttons on the UI
|
464
|
464
|
// toolbarButtons: [
|
465
|
|
- // 'microphone', 'camera', 'closedcaptions', 'desktop', 'embedmeeting', 'fullscreen',
|
466
|
|
- // 'fodeviceselection', 'hangup', 'profile', 'participants-pane', 'chat', 'recording',
|
467
|
|
- // 'livestreaming', 'etherpad', 'sharedvideo', 'shareaudio', 'settings', 'raisehand',
|
468
|
|
- // 'videoquality', 'filmstrip', 'invite', 'feedback', 'stats', 'shortcuts',
|
469
|
|
- // 'tileview', 'select-background', 'download', 'help', 'mute-everyone', 'mute-video-everyone', 'security'
|
|
465
|
+ // 'camera',
|
|
466
|
+ // 'chat',
|
|
467
|
+ // 'closedcaptions',
|
|
468
|
+ // 'desktop',
|
|
469
|
+ // 'download',
|
|
470
|
+ // 'embedmeeting',
|
|
471
|
+ // 'etherpad',
|
|
472
|
+ // 'feedback',
|
|
473
|
+ // 'filmstrip',
|
|
474
|
+ // 'fullscreen',
|
|
475
|
+ // 'hangup',
|
|
476
|
+ // 'help',
|
|
477
|
+ // 'invite',
|
|
478
|
+ // 'livestreaming',
|
|
479
|
+ // 'microphone',
|
|
480
|
+ // 'mute-everyone',
|
|
481
|
+ // 'mute-video-everyone',
|
|
482
|
+ // 'participants-pane',
|
|
483
|
+ // 'profile',
|
|
484
|
+ // 'raisehand',
|
|
485
|
+ // 'recording',
|
|
486
|
+ // 'security',
|
|
487
|
+ // 'select-background',
|
|
488
|
+ // 'settings',
|
|
489
|
+ // 'shareaudio',
|
|
490
|
+ // 'sharedvideo',
|
|
491
|
+ // 'shortcuts',
|
|
492
|
+ // 'stats',
|
|
493
|
+ // 'tileview',
|
|
494
|
+ // 'toggle-camera',
|
|
495
|
+ // 'videoquality',
|
|
496
|
+ // '__end'
|
470
|
497
|
// ],
|
471
|
498
|
|
472
|
499
|
// Stats
|