fmeringdal/nettu-meet

Support for TURN server

Closed this issue · 2 comments

shyim commented

To improve the connectivity I would like to use a turn server like coturn. This seems currently not useable

TURN servers are only relevant if you have a P2P architecture, so that the mediastream can fallback on a central server to relay the mediastream over to the other peer in case the P2P connection cannot be established.
Nettu Meet uses mediasoup (which is not P2P) internally to handle mediastreams and connectivity, because of that STUN and TURN is therefore not needed.

Did you experience any issues with the connectivity of this project?

shyim commented

Ahh sorry