Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Pramit-Das opened this issue Feb 22, 2018 · 1 comment
Open

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

Pramit-Das opened this issue Feb 22, 2018 · 1 comment

Comments

@Pramit-Das
Copy link

No description provided.

@alhasanmridha
Copy link

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))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants