ISBX / apprtc-node-server

The web based video chat app based on WebRTC written in NodeJS
70 stars 55 forks source link

No value for ICE server url #14

Open dudhatparesh opened 7 years ago

dudhatparesh commented 7 years ago

I tried running this server in AWS ubuntu 14.04 When i set url in my android app to point 3000 port. I am getting following error.

Room JSON parsing error: org.json.JSONExceptopm: No value for ice_server_url

I can run it on browser either.

juanjosv commented 7 years ago

I solved this way https://github.com/ISBX/apprtc-node-server/issues/13

dudhatparesh commented 7 years ago

I have installed ejabberd in same server. I read that i can use same as ice server/ Can you tell me what should be value of icerServerUrl="abc.maindomain.com" or something different?

juanjosv commented 7 years ago

Maybe something like icerServerUrl="abc.maindomain.com:port" And keep open the port on your firewall.

dudhatparesh commented 7 years ago

I have already setup coturn server on different machine. and collider in localhost. Do i still need to setup ICE server?