update colors + tweak code

This commit is contained in:
Jose B
2023-07-26 23:38:57 -05:00
parent 1836ad8e02
commit 05c5f6aefe
4 changed files with 10 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ const useWebRTC = (stream, setIsRecording) => {
.then((response) => response.json())
.then((answer) => peer.signal(answer))
.catch((e) => {
alert(e);
console.log("Error signaling:", e);
});
}
});