fix: calling for matrix

This commit is contained in:
Dominik Polakovics Polakovics 2026-03-03 13:30:24 +01:00
parent 709af80e73
commit 42a8753018
3 changed files with 94 additions and 2 deletions

View file

@ -9,6 +9,13 @@ let
issuer = "https://matrix.cloonar.com/";
account = "https://matrix.cloonar.com/account";
};
# MatrixRTC LiveKit focus for Element Call
"org.matrix.msc4143.rtc_foci" = [
{
type = "livekit";
livekit_service_url = "https://matrix.cloonar.com/livekit/jwt";
}
];
};
matrixServerConfig."m.server" = "matrix.cloonar.com:443";
in {