muaz-khan / RTCMultiConnection

RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
https://muazkhan.com:9001/
MIT License
2.57k stars 1.37k forks source link

Video Conferencing (MANY_TO_MANY) Not working #938

Open YashGovekar opened 4 years ago

YashGovekar commented 4 years ago

Hello, I am having problem with Video Conferencing (MANY_TO_MANY) There are no errors in console. What might be the issue?

ansarnisargill commented 4 years ago

are you testing on same network or different networks? if you are trying to connect across different networks then you will need TURN server, which you can get from Numb TURN

YashGovekar commented 4 years ago

are you testing on same network or different networks? if you are trying to connect across different networks then you will need TURN server, which you can get from Numb TURN

Thankyou so much for the response. Yes I was using on different networks. I will give TURN server a try.