We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a4214 commit 0122564Copy full SHA for 0122564
src/wrappers/visuals/userMedia.ts
@@ -451,14 +451,6 @@ class UserMedia extends Despot {
451
});
452
}
453
454
- if (rawHeight === 0) {
455
- throw createError({
456
- message: "Bad dimensions",
457
- explanation: "Raw video height from DOM element cannot be zero.",
458
- options: this.options,
459
- });
460
- }
461
-
462
if (rawHeight < 1) {
463
throw createError({
464
message: "Bad dimensions",
0 commit comments