WebDevSimplified / Zoom-Clone-With-WebRTC

1.52k stars 863 forks source link

Remote user video doesn't display #50

Closed ChristopheTiet closed 3 years ago

ChristopheTiet commented 3 years ago

Hello,

I tried to run the project but the remote video stream doesn't display. Only local video is displaying. I saw on the youtube video that lots of people had the same issue. Any idea where it can come from?

It seems that the call doesn't get through and the myPeer.on('call') event lsitener is not firing.

avinashboy commented 3 years ago

Hello,

I tried to run the project but the remote video stream doesn't display. Only local video is displaying. I saw on the youtube video that lots of people had the same issue. Any idea where it can come from?

It seems that the call doesn't get through and the myPeer.on('call') event listener is not firing.

https://github.com/WebDevSimplified/Zoom-Clone-With-WebRTC/issues/16

avinashboy commented 3 years ago

got it..