-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Works only for same network #1193
Comments
same for me |
Probably, this the main issue. |
@Eternal-Rise Can you please show me your working example, unfortunately it doesn't work for me: https://github.com/strukturart/watermelon |
@strukturart , Your code looks fine, should work. (In part of connection) |
I haven't had any success yet, maybe it's because the KaiOS browser isn't up to date |
@Eternal-Rise many thanks. your solution works for me. Metered offers 5 ice servers for free plan. upto (500MB) |
I tried the metered. still not working. local stream works fine. but deployed one is having issues. can anyone help me out ?. Im using peerjs, iceserver from metered. what am i missing. My project github link:https://github.com/thejus557/simple-webrtc |
I thought, that maybe I have some problem in my code. I have tried different free STUN/TURN servers, but still - not working when try to connect with different networks. Locally - perfect, different networks - messaging via socket works fine, but then just
iceConnectionState changed to disconnected on the connection with <id>
I have tried examples (https://peerjs.com/examples) and it's not working too for me. Again, locally - fine, different networks - not working.
The text was updated successfully, but these errors were encountered: