tkmn0 / SimpleWebRTCExample_iOS

Simple example for WebRTC on iOS written in swift5
MIT License
178 stars 49 forks source link

Server side websocket is not connected #17

Closed venkatmacapp closed 4 years ago

venkatmacapp commented 4 years ago

Thanks for the good work. In local host worked perfectly. But i tried to move live server websocket is not connected. So please guide me the installation from server.

tkmn0 commented 4 years ago

Hi, thank you for your question.

I have some a question. What service did you use to run server app? (ex: ec2, gcp, heroku, now, glitch ?)

If you use ec2 or gcp, check your security group and tcp ports. Currently, example signaling server uses 8080, so please open 8080 port for server.

venkatmacapp commented 4 years ago

Hi tkmn0, Thank you for your quick reply. I am using ec2 Server. I ll check and let u know.

venkatmacapp commented 4 years ago

Thanks tkmn0 it's worked