SchildiChat / SchildiChat-android

Matrix client / Element Android fork
https://schildi.chat/android/
Apache License 2.0
385 stars 49 forks source link

Group calls to ring a bell on Android #241

Open alexander-potemkin opened 1 month ago

alexander-potemkin commented 1 month ago

Is your feature request related to a problem? Please describe. Currently there is no way to become aware of the conference call that is happening on the room you are in.

Describe the solution you'd like Use OS's default call ring mechanism to ring a bell when conf. call with Jitsi is happening. Like it's done on iOS Element's client.

Describe alternatives you've considered I considered all I could, but, I believe, there is little could be done - custom notifications won't work on encrypted channels + it's not the same level of 'noiseness' as a call.

Additional context From what I understood, Jitsi call is a special event (.im.vector.jitsi?) - it would be absolutely lovely for this event to raise the same level of noise, as a regular 1:1 call, as otherwise people keep missing group calls all of the time.

Thanks in advance for any considerations or thoughts sharing!