Relative Content

Tag Archive for javascriptnext.jswebrtcpeer

How to fix remote video not showing up on peerjs video call in nextjs?

In my next.js project, I’m trying to create a way to have p2p video calls; however, the remote caller’s video isn’t showing up. This works fin in different tabs but not different browsers or computers. I’m trying to figure out what the problem is. I tried using an open relay turn server, but that didn’t yield different results. Here is my code: