There should be a way to opt-out the P2P module, as some users wouldn't want its editor to communicate with the outside world. There are different ways to achieve this:
- A key on the Helix configuration file (
.toml) for enabling/disabling the P2P module entirely.
- Only enable the P2P module on demand, when initializing a collaboration session.
- Gate it under a feature flag.
There should be a way to opt-out the P2P module, as some users wouldn't want its editor to communicate with the outside world. There are different ways to achieve this:
.toml) for enabling/disabling the P2P module entirely.