fix: calling for matrix
This commit is contained in:
parent
709af80e73
commit
42a8753018
3 changed files with 94 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue