this post was submitted on 19 Nov 2025
2 points (100.0% liked)

Matrix

3875 readers
5 users here now

An open network for secure, decentralized communication

founded 6 years ago
MODERATORS
 

I've stumbled through getting a synapse server up and running with mas connecting to my authentik server behind nginx using docker compose.

Now I want to get element-call up and running, and I can't for the life of me figure out the .well-known file shenanigans.
As I understand it, MAS and synapse know about each other and are serving the file for me, but element-call doesn't talk the same way? If it does, I haven't figured out the incantation to get RTC added to it.

Another related question, do I need the jwt layer even though I'm using MAS, the matrix authentication service?

you are viewing a single comment's thread
view the rest of the comments
[–] Tolookah@discuss.tchncs.de 1 points 3 months ago* (last edited 3 months ago)

I figured the well-known part out myself eventually, and for the next one through here: in homeserver.yaml, adding extra_well_known_client_content: org.matrix.msc4143.rtc_foci: [{"type": "livekit", "livekit_service_url": "https://livekit.domain.com/"}]

Added it to the generated well-known/matrix/client.

Still don't know about jwt vs mas, maybe I'll figure that out today