mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
feat(video-quality): hide if recorder or interfaceConfig specified it (#2166)
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
980aa9b39a
commit
03e68b0e4b
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user