I need to completely rule out p2p connections for privacy reasons. Specifically, I’m trying to prevent leaking IP addresses between clients.
-
I see the
ENABLE_P2P
environment variable is passed through to theweb
service. Is this enough to disable p2p connections entirely? -
Looking through the jvb codebase, it seem like it assumes any call with only 2 people on it is a p2p call. Does this imply it’s impossible to prevent p2p in all cases?
I’m open to Jitsi being the wrong solution for what I’m trying to do, but otherwise I’d like to use it : )
Thanks in advance!