feat: handle call moderation actions [WPB-3185]#4691
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4691 +/- ##
===========================================
+ Coverage 49.72% 49.88% +0.16%
===========================================
Files 602 602
Lines 20605 20643 +38
Branches 3288 3290 +2
===========================================
+ Hits 10245 10298 +53
+ Misses 9396 9379 -17
- Partials 964 966 +2
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
app/src/main/kotlin/com/wire/android/ui/calling/ongoing/toast/InCallToastPanel.kt
Outdated
Show resolved
Hide resolved
yamilmedina
left a comment
There was a problem hiding this comment.
Amazing to have now this unified toast component. 🚀
Just left a small suggestion/question if we might be able to avoid the hardcoded IDs for the Toast Keys/ IDs.
app/src/main/kotlin/com/wire/android/ui/calling/ongoing/toast/InCallToast.kt
Outdated
Show resolved
Hide resolved
|



https://wearezeta.atlassian.net/browse/WPB-3185
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
User needs to be informed of the actions taken towards them by the moderator/admin during the call.
Managing and storing these events has been added in kalium, along with the use case to observe them.
This PR includes changes needed to display them correctly:
ExpiringMapto be able to add item which expires in a given custom period and to add one without expirationInCallToastmodel which currently has two main types:ModerationActionto show all actions done by the moderators/adminsFullscreenwhich handles already existing labels informing about how to open or close the fullscreenOngoingCallViewModel- toasts are stored by their ID, but currently toasts of the same type share the same ID, thanks to that there is always only one toast of a given type on the screen, and when a new one appears, it overwrites the existing one of the same typeDoubleTapToastand its usages inFullscreenTileandOngoingCallScreenas it’s now handled by theInCallToastDependencies (Optional)
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Join a call, unmute and let moderator/admin to mute you remotely.
Open and close fullscreen.
Attachments (Optional)
Screen.Recording.2026-04-03.at.15.55.36.mov
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.