Skip to content

[stable-23.0] Improve answering calls#6079

Draft
backportbot[bot] wants to merge 4 commits intostable-23.0from
backport/6015/stable-23.0
Draft

[stable-23.0] Improve answering calls#6079
backportbot[bot] wants to merge 4 commits intostable-23.0from
backport/6015/stable-23.0

Conversation

@backportbot
Copy link
Copy Markdown

@backportbot backportbot bot commented Apr 15, 2026

Backport of #6015

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Review and verify the backported changes
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

anakin78z and others added 4 commits April 15, 2026 15:17
Switched call notification to NotificationCompat.CallStyle.
This adds answer/decline buttons to the notification
so that users can answer incoming calls.

Adds caller avatar to notification.

Signed-off-by: Jens Zalzala <jens@shakingearthdigital.com>
Signed-off-by: Jens Zalzala <jens@shakingearthdigital.com>
Signed-off-by: Jens Zalzala <jens@shakingearthdigital.com>
do not cancel the notifications in getRoom (but do it in processExtras)

Do not cancel the notifications in getRoomnstead, but do it with

NotificationManagerCompat.from(this).cancel(notificationId)

in processExtras (see commit dcde0be).

It seems that things can go wrong that cancelExistingNotificationsForRoom was not reached which caused an indefinite ringing.

The underlying cause why this is not reached is NOT fixed with this commit, but instead dismissing the notification in processExtras seems to be like a more reliable approach.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>

[skip ci]
@backportbot backportbot bot requested a review from mahibi April 15, 2026 15:17
@backportbot backportbot bot added the 3. to review Waiting for reviews label Apr 15, 2026
@backportbot backportbot bot added this to the 23.0.1 milestone Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants