feat(video-quality): hide if recorder or interfaceConfig specified it (#2166)

This commit is contained in:
virtuacoplenny
2017-11-22 02:18:08 -08:00
committed by Saúl Ibarra Corretgé
parent 980aa9b39a
commit 03e68b0e4b
3 changed files with 49 additions and 6 deletions

View File

@@ -136,12 +136,20 @@ var interfaceConfig = {
*
* @type {number}
*/
CONNECTION_INDICATOR_AUTO_HIDE_TIMEOUT: 5000
CONNECTION_INDICATOR_AUTO_HIDE_TIMEOUT: 5000,
/**
* The name of the application connected to the "Add people" search service.
*/
// ADD_PEOPLE_APP_NAME: ""
// ADD_PEOPLE_APP_NAME: "",
/**
* If true, hides the video quality label indicating the resolution status
* of the current large video.
*
* @type {boolean}
*/
VIDEO_QUALITY_LABEL_DISABLED: false
};
/* eslint-enable no-unused-vars, no-var, max-len */