Some small improvements
This commit is contained in:
parent
03a1541aa0
commit
2cd4488100
2 changed files with 3 additions and 2 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