|
@@ -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;
|