Browse Source

ljm5x 1st

master
jfinn 5 years ago
parent
commit
00e8a7a52f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      JitsiMeetJS.js

+ 1
- 0
JitsiMeetJS.js View File

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")
58
 function getLowerResolution(resolution) {
59
 function getLowerResolution(resolution) {
59
     if (!Resolutions[resolution]) {
60
     if (!Resolutions[resolution]) {
60
         return null;
61
         return null;

Loading…
Cancel
Save