Reputation: 41
I want to create the mobile app with video call feature So I selected web RTC for it.
I got the excellent document for client side. But I am not getting how to configure the server for it.
iOS : https://tech.appear.in/2015/05/25/Getting-started-with-WebRTC-on-iOS/
Android : https://tech.appear.in/2015/05/25/Introduction-to-WebRTC-on-Android/
Please share your experience guys.
Upvotes: 3
Views: 3036
Reputation: 840
You need to implement a turn/stun server. This is the version used in the most online tutorials. https://github.com/coturn/coturn Just follow the install steps in the documentations
or you can look for a public stun server for testing purposes.
Upvotes: 2