Strac Consulting Engineers Pty Ltd
Strac Consulting Engineers Pty Ltd
I think this is because, currently android doesn't recognise elementx as a phone app. You can mitigate this by downloading a custom ringtone (mp3) and save it in notifications folder...
Same problem here too. What I found was the volume buttons correctly identify the phone output (at the bottom of the volume bar). But the element-call works on the media...
ntfy works flawlessly in FreeBSD with gihub clone. Once compiled you can start the server with the standard command and config file without any issues. Messages coming through in android...
``` git clone https://github.com/binwiederhier/ntfy.git cd ntfy/ make cli-deps-static-sites export CGO_ENABLED=1 go build ``` ^ this is what I got in the command history. I will do a detailed installation guide...
Updated to include the web-app too. ``` git clone https://github.com/binwiederhier/ntfy.git cd ntfy/ make cli-deps-static-sites export CGO_ENABLED=1 #do these before the go build so the web-app get build into the binary....
Just to confirm, I have been using elementX with selfhosted { Livekit and JWT } MatrixRTC without any problems in android. Calls span from minutes to hours without any problems....
> > If is referring to the same in the following both lines that is indeed wrong. > > I'm not sure that _wrong_ is accurate as it does work...
> This is some typical (redacted) log lines from the "livekit-sfu" service when starting an Element-Calll (the one that was working for ten minutes before I got the RTCSession Error):...
 This is the endpoint for the jwt from element.io and this is from matrix.org: "org.matrix.msc4143.rtc_foci": [ { "type": "livekit", "livekit_service_url": "https://livekit-jwt.call.matrix.org" } ] Just to summarise: you will have...
> As stated I am just using a single hostname (with reverse proxies to be more clear) and I have shown that both livekit-jwt and livekit-sfu are working (including adding...