Using coTurn TCP allocations with DataChannel
问题 I have configured a coturn server which I need to use with DataChannel for a chat app. I am trying to reach a point where I can get the coturn server provide me with a tcp allocation. I am using the standard call of RTCPeerConnection in JS client, providing the turn URI, username and credentials. The transport I am providing in the URI params is TCP ?transport=tcp . With all this, I am always receiving a UDP allocation and the server logs ChannelBind requests (UDP based) Question: How can I