Open Pramit-Das opened 6 years ago
In RoomparametersFetcher.java add stun server to iceServers like this: iceServers.add(new PeerConnection.IceServer(stunUrl))
iceServers.add(new PeerConnection.IceServer(stunUrl))
and for turnServers: iceServers.add(new PeerConnection.IceServer(turnUrl, username, credential))
iceServers.add(new PeerConnection.IceServer(turnUrl, username, credential))
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))