Update ERRORS.md
This commit is contained in:
parent
a2ab2767a1
commit
b9d5bd0294
@ -25,6 +25,9 @@ switch (error.code) {
|
||||
case "device/microphone-unavailable":
|
||||
console.log("This camera device does not have a microphone.")
|
||||
break
|
||||
case "capture/recording-in-progress":
|
||||
console.log("Another recording is already in progress!")
|
||||
break
|
||||
default:
|
||||
console.error(error)
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user