should be working once again with proper media stream id and everything
This commit is contained in:
@@ -49,6 +49,8 @@ async function handleJoin(req: Request, res: Response) {
|
||||
console.log(`hacking around small problem with adding track`, e);
|
||||
}
|
||||
|
||||
peer.addTransceiver("video");
|
||||
|
||||
// allow this peer connection to receive other peoples' streams
|
||||
peer.ontrack = (e: any) => handleStreams(e, peer, lineId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user