flutter-webrtc / flutter-webrtc-server

A simple WebRTC signaling server for flutter-webrtc.
MIT License
756 stars 304 forks source link

Not managed to test using connected iPhone with ngrok #14

Closed kittlsk closed 5 years ago

kittlsk commented 5 years ago

Hi,

I tested using iPhone simulator and I entered localhost as server address for P2P Call Sample. I managed to get connected to the server and can establish video call (no visual from simulator though but visual from webapp works). So I tried using connected iPhone to test the visual, and entered the ngrok host name to tunnel localhost:8086, I can't get connected to the server. Anyone has solution for this?

kittlsk commented 5 years ago

thanks to @rostopira this issue is solved by using 198 server ip address.

kamrancr7 commented 4 years ago

@kittlsk how you solved that issue?