You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@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 ifconfig terminal command to retrieve the address of your computer.
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: