Hi All,
I have my WebRTC app working fine on Chrome, and it authenticates against STUN/TURN without any issues. However, firefox doesn't seem to like my config at all. Currently it looks like:
{'url': 'turn:USERNAME@IP', 'credential': 'PASSWORD'}
As I've said, this works fine on Chrome.
Firefox doesn't like the lack of a username field, and it throws a general issue at having the username in the url.
Has anyone managed to resolve this, either by fussing with firefox, or changing the config on the rfc5766 server?
Thanks,
Derrick