EricssonResearch / bowser

A WebRTC browser for iOS developed in the open
BSD 2-Clause "Simplified" License
208 stars 65 forks source link

TURN silently fails when the server is configured to use an empty REALM #82

Closed alessandrod closed 8 years ago

alessandrod commented 8 years ago

As the subject says, TURN connection attempts fail silently if the server is configured to use an empty REALM. From the TURN RFC it isn't clear whether REALM is allowed to be the empty string or not. At least coturn seems to allow it. I have a patch for libnice to fix this issue but it needs discussion with the libnice developers.

alessandrod commented 8 years ago

Moved this issue to the openwebrtc repo where it belongs https://github.com/EricssonResearch/openwebrtc/issues/590