Closed Proxy08 closed 5 years ago
Please try this:
connection.iceTransportPolicy = 'relay'
connection.candidates = {
turn: true
};
still not working, I even tried to combine with
connection.getExternalIceServers = true;
but I still get that error peer connnection close between you and userid
After intensive searching, it looks like the problem comes from chrome only, I've tested it in safari and opera everything works fine.
@Proxy08 coudl you use twillo turn and stund services.
@muaz-khan we need to force ? is it possible to force allways turn and stun server ?
Hello, We are using the RTCMultiConnection Scalable Audio/Video Broadcast. We set up our own coTURN-server, but it does not seem to work even though I've followed these https://www.rtcmulticonnection.org/docs/iceServers/ we are still getting this error even in the same network
// second step, set STUN url connection.iceServers.push({ urls: 'stun:yourSTUN.com:port' });
// last step, set TURN url (recommended) connection.iceServers.push({ urls: 'turn:myTURN.com:port', credential: 'mypassword', username: 'myusername' });