njovy / AppRTCDemo

Android AppRTC Demo of WebRTC project
535 stars 267 forks source link

How and where to configure own stun and turn server for this? #64

Open Pramit-Das opened 6 years ago

alhasanmridha commented 6 years ago

In RoomparametersFetcher.java add stun server to iceServers like this: iceServers.add(new PeerConnection.IceServer(stunUrl))

and for turnServers: iceServers.add(new PeerConnection.IceServer(turnUrl, username, credential))