Is there a crate or tutorial for building a minimal client-server (not p2p) voice chat server? (like a mini-discord)
At a thousand foot view, this is basically having the clients open up udp / webrtc, and the server just routing the packets around. However, googling around, all I'm getting are results on:
- how do build a discord bot
- STUN/TURN/ICE servers
- using existing VOIP software