i am using a twilio free account and generated twilio turn servers and credentials. With these as ICEServerOptions, I am getting candidate which has only UDP connections, but I needed a TCP connection for reliable data transfer using webRTC.
Is there any way to get TCP relay/srflx connection from the twilio stun/turn servers? If yes then please let me know how?
Thanks MJ
As far as I am aware, Twilio by default doesn't add TURN/TCP to their configuration of Twilio Client, although they might do so in the future.
For now, you'll need to explicitly add that in, using something like the call below:
That said, you should note the following: