should be playing with two people in the room but it's not

This commit is contained in:
talksik
2022-04-28 12:22:39 -05:00
parent 8e977b4772
commit 4c4e49dc71
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ export default function VideoChat() {
const handleTrackEvent = (e: any) => {
const incomingStream = e.streams[0];
console.log("incoming stream", incomingStream.getTracks());
console.log("incoming stream", incomingStream);
if (incomingVideoRef.current) {
toast(`setting incoming stream ref`);