-
Notifications
You must be signed in to change notification settings - Fork 429
the demo doesn't work with flutter webrtc server #212
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
Comments
whats wrong with this plugin? |
@JosephKalash The server works as expected. You need to enter its address and not the loopback address (0.0.0.0) in your P2P call sample. You can use |
It's not working with android client
it did work when i ran the server on Digital Ocean though :) |
any update? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I downloaded this demo project and installed on my mobile device.
Then i downloaded the flutter-webrtc-server and run it on terminal and show log "listening on 0.0.0.0:8086"
but when i added this ip for P2P call sample it doesn't show anything and I tried the web demo and the result was the same.
Does i do something wrong what the server address should i add on the dialog???
The text was updated successfully, but these errors were encountered: