Should chat audio be encrypted before sending it?
I’m creating a small web game using three.js, and I’d like to add voice chat functionality to it. Currently, the audio information is converted into base64 client-side and then sent to the server from where it’s sent out to all other clien… Continue reading Should chat audio be encrypted before sending it?