|
@@ -12,7 +12,9 @@ module.exports = {
|
12
|
12
|
(error.constraintName == "minWidth" ||
|
13
|
13
|
error.constraintName == "maxWidth" ||
|
14
|
14
|
error.constraintName == "minHeight" ||
|
15
|
|
- error.constraintName == "maxHeight") &&
|
|
15
|
+ error.constraintName == "maxHeight" ||
|
|
16
|
+ error.constraintName == "width" ||
|
|
17
|
+ error.constraintName == "height") &&
|
16
|
18
|
devices.indexOf("video") !== -1) {
|
17
|
19
|
return this.UNSUPPORTED_RESOLUTION;
|
18
|
20
|
} else if(typeof error === "object" && error.type === "jitsiError") {
|