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