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
+2 -2
View File
@@ -82,7 +82,7 @@ function handleStreams(e: any, peer: any, lineId: string) {
}
// dumb smoke test
testMainStream = e.streams[0];
if (!testMainStream) testMainStream = e.streams[0];
console.log(linesStreams);
console.log(testMainStream);
}