Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
and my server url is:
var server = {
iceServers: [
{url: "stun:stun.l.google.com:19302"}, //google's stun server
{url: "stun:23.21.150.121"}, //mozilla's stun server
{url: "turn:"+url, credential: turnCredentials.password, username: turnCredentials.username} // our working turn server
]
}
Here is the message I am getting from turn server:
ERROR: check_stun_auth: Cannot find credentials of user <arafat:1412151745>
Original comment by arafat.a...@gmail.com
on 1 Oct 2014 at 8:42
Stop filing the bugs when you cannot figure out how to configure the TURN
server. Read the docs and the wiki, think, and ask at the forum if you cannot
find a solution. DO not file the bugs.
Original comment by mom040...@gmail.com
on 1 Oct 2014 at 8:44
Original issue reported on code.google.com by
arafat.a...@gmail.com
on 1 Oct 2014 at 8:38