matrix-docker-ansible-deploy icon indicating copy to clipboard operation
matrix-docker-ansible-deploy copied to clipboard

Matrix RTC not available

Open sandmaennchen5 opened this issue 1 week ago • 0 comments

Matrix Server:

  • Host: VPS
  • fix ipv4 + ipv6
  • OS: Ubuntu 24.03
  • Architecture amd64
  • Ansible latest Dockerimage

New Server runs perfectly with bridges and federation.

Have installed RTC with matrix_rtc_enabled: true

Server is configured with nothing special accessible with A and AAAA DNS via matrix.domain.de

In the base domain I copied the created well-know from the Playbook from Trafix folder and placed it in the base and also set the SRVDNS _matrix._tcp

Well-know

{
    "cc.etke.synapse-admin": {
        "asManagedUsers": [
            "^@discordbot:domain\\.de$",
            "^@discord_[0-9]+:domain\\.de$",
            "^@instagrambot:domain\\.de$",
            "^@instagram_[a-zA-Z0-9]+:domain\\.de$",
            "^@messengerbot:domain\\.de$",
            "^@messenger_[a-zA-Z0-9]+:domain\\.de$",
            "^@signalbot:domain\\.de$",
            "^@signal_[a-zA-Z0-9]+:domain\\.de$",
            "^@whatsappbot:domain\\.de$",
            "^@whatsapp_[0-9]+:domain\\.de$"
        ],
        "corsCredentials": "same-origin",
        "externalAuthProvider": false,
        "menu": [],
        "restrictBaseUrl": "https://matrix.domain.de"
    },
    "m.homeserver": {
        "base_url": "https://matrix.domain.de"
    },
    "org.matrix.msc4143.rtc_foci": [
        {
            "livekit_service_url": "https://matrix.domain.de/livekit-jwt-service",
            "type": "livekit"
        }
    ]
}

As an error in Element X Ios

(Domain: domain.de, Fehlercode: MISSING_MATRIX_RTC_FOCUS)

sandmaennchen5 avatar Nov 28 '25 11:11 sandmaennchen5