Add support for remote muting call participants.

This commit is contained in:
Greyson Parrelli
2026-03-04 10:55:02 -05:00
parent 7266c24354
commit b054a30fa7
12 changed files with 617 additions and 30 deletions

View File

@@ -7745,6 +7745,14 @@
<!-- Dialog action to block participant from the call -->
<string name="CallLinkInfoSheet__block_from_call">Block from call</string>
<!-- CallParticipantSheet -->
<!-- Action to mute a participant's audio in a group call -->
<string name="CallParticipantSheet__mute_audio">Mute audio</string>
<!-- Action to remove a participant from a call -->
<string name="CallParticipantSheet__remove_from_call">Remove from call</string>
<!-- Action to view contact details for a participant -->
<string name="CallParticipantSheet__contact_details">Contact details</string>
<!-- CreateCallLinkBottomSheetDialogFragment -->
<!-- Fragment title -->
<string name="CreateCallLinkBottomSheetDialogFragment__create_call_link">Create call link</string>