Skip to content

Commit 1ff2fc3

Browse files
authored
fix: blacklist two more cameras
1 parent e7a6bf3 commit 1ff2fc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/misc/camera.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ const narrowDownFacingMode = async camera => {
4545
"Back Triple Camera",
4646
"Back Ultra Wide Camera",
4747
"Zadní ultra širokoúhlý fotoaparát",
48-
"Stolní kamera"
48+
"Stolní kamera",
49+
"Ultrabrede camera aan voorzijde",
50+
"Front Ultra Wide Camera",
4951
];
5052

5153
const devices = (await navigator.mediaDevices.enumerateDevices())

0 commit comments

Comments
 (0)