Comment on Setting up VoIP on my matrix server
stratself@lemdro.id 1 week ago
You’ll need a TURN server to relay calls and provide signalling capabilities, which is needed most of the time. Here’s Synapse docs on it, and I’ll probably use coturn:
element-hq.github.io/synapse/…/turn-howto.html
There’s also this new technology called Element Call, which uses a diffent tool called LiveKit. You should check it out too