No video device found
This commit is contained in:
parent
bccf73e75d
commit
4ee231cd6a
2 changed files with 1 additions and 1 deletions
BIN
bun.lockb
Executable file
BIN
bun.lockb
Executable file
Binary file not shown.
|
@ -43,7 +43,7 @@ myPeer.on("open", async (id) => {
|
||||||
)
|
)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error)
|
console.log(error)
|
||||||
if (error instanceof DOMException) return //showNoVideoPrompt()
|
if (error instanceof DOMException) return showNoVideoPrompt()
|
||||||
|
|
||||||
throw error
|
throw error
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue