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