Browse Source

ljm5x 1st

master
jfinn 4 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,6 +55,7 @@ const USER_MEDIA_PERMISSION_PROMPT_TIMEOUT = 1000;
55 55
  * @return the next lowest resolution from the given one, or {@code null} if it
56 56
  * is already the lowest acceptable resolution.
57 57
  */
58
+ console.log("ljm_5x")
58 59
 function getLowerResolution(resolution) {
59 60
     if (!Resolutions[resolution]) {
60 61
         return null;

Loading…
Cancel
Save