jfinn 5 лет назад
Родитель
Сommit
e2a0ac5b2f
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      JitsiMeetJS.js

+ 1
- 1
JitsiMeetJS.js Просмотреть файл

55
  * @return the next lowest resolution from the given one, or {@code null} if it
55
  * @return the next lowest resolution from the given one, or {@code null} if it
56
  * is already the lowest acceptable resolution.
56
  * is already the lowest acceptable resolution.
57
  */
57
  */
58
- console.log("ljm_5x 2")
58
+ console.log("ljm_5x 3")
59
 function getLowerResolution(resolution) {
59
 function getLowerResolution(resolution) {
60
     if (!Resolutions[resolution]) {
60
     if (!Resolutions[resolution]) {
61
         return null;
61
         return null;

Загрузка…
Отмена
Сохранить