diff --git a/react/features/base/conference/constants.js b/react/features/base/conference/constants.js index 7e7d34c0c..7b515efc6 100644 --- a/react/features/base/conference/constants.js +++ b/react/features/base/conference/constants.js @@ -42,7 +42,7 @@ export const JITSI_CONFERENCE_URL_KEY = Symbol('url'); * @type {object} */ export const VIDEO_QUALITY_LEVELS = { - HIGH: 1080, + HIGH: 720, STANDARD: 360, LOW: 180 };