peerjs-server/PRIVACY.md
cashpipeplusplus 7634a99e12 doc: Create a privacy policy for the PeerJS server
This adds a very simply privacy policy for PeerJS servers.

Closes peers/peerjs#649
2020-08-31 17:55:33 -07:00

11 lines
443 B
Markdown

# Privacy Policy
**We do not collect or store any information.**
While you are connected to a PeerJS server, your IP address, randomly-generated
client ID, and signalling data are kept in the server's memory. With default
settings, the server will remove this information from memory 60 seconds after
you stop communicating with the service. (See the
[`alive_timeout`](https://github.com/peers/peerjs-server#config--cli-options)
setting.)