feat(conference): add audio only mode

Audio only mode can be used to save bandwidth. In this mode local video is muted
and last N is set to 0, thus disabling all remote video.

When this mode is enabled avatars are shown.
This commit is contained in:
Saúl Ibarra Corretgé
2017-04-05 17:14:26 +02:00
committed by Leonard Kim
parent 1bcdbd1d96
commit 9ba3a1c4ff
28 changed files with 836 additions and 273 deletions

View File

@@ -7,6 +7,7 @@ import { connect, disconnect } from '../../base/connection';
import { DialogContainer } from '../../base/dialog';
import { Watermarks } from '../../base/react';
import { OverlayContainer } from '../../overlay';
import { StatusLabel } from '../../status-label';
import { Toolbox } from '../../toolbox';
import { HideNotificationBarStyle } from '../../unsupported-browser';
@@ -95,6 +96,7 @@ class Conference extends Component {
<span
className = 'video-state-indicator moveToCorner'
id = 'videoResolutionLabel'>HD</span>
<StatusLabel />
<span
className
= 'video-state-indicator centeredVideoLabel'