user1722669
user1722669

Reputation: 508

WebRTC connection to TURN sequence

Is it possible to connect WebRTC peers to different TURN servers and then establish the connection between TURNs?

So each peer connected to its own TURN server and then these TURNs connecting to each other

enter image description here

Upvotes: 0

Views: 306

Answers (1)

Sean DuBois
Sean DuBois

Reputation: 4232

Yes this isn't a problem at all!

For a TURN allocation you really have two entry points. The Server and Relay listener.

WebRTC for the Curious also has a visualization here

Two TURN Allocations visualized

Upvotes: 1

Related Questions