Closed martindevans closed 4 years ago
I've investigated this and it seems that the start of P2P initiation was never implemented! The next release of the TNet integration will add it.
Dissonance 7.0.1 has just been released, this includes an update to the TNet integration which adds support for P2P.
P2P voice is disabled by default. To enable it you need to pass a true
to the final parameter when joining the voice channel:
JoinVoiceChannel(int channel, string password, bool useP2P)
P2P is disabled by default for two reasons:
As reported on reddit the P2P startup for TNet3 is never getting called.