Pranav Khandelwal
Pranav Khandelwal

Reputation: 41

How to configure WebRTC on my own server?

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

Answers (1)

Roman Gherta
Roman Gherta

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

Related Questions