Send remote mute requests in group calls and call links

This commit is contained in:
ayumi-signal
2026-02-27 10:36:15 -08:00
committed by GitHub
parent b155aa1cfb
commit 54e5b64ab0
25 changed files with 226 additions and 48 deletions

View File

@@ -6200,6 +6200,18 @@
"messageformat": "Voice",
"description": "Text for button to start a new voice call in the Contact Details modal"
},
"icu:ContactModal--mute-audio": {
"messageformat": "Mute audio",
"description": "Button text to mute another call participant's audio from the Contact Details modal when in a group or call link call"
},
"icu:ContactModal--confirm-mute-body": {
"messageformat": "Are you sure you want to mute {contact}?",
"description": "Confirm dialog body when muting another call participant's audio from the Contact Details modal in a group or call link call"
},
"icu:ContactModal--confirm-mute-primary-button": {
"messageformat": "Mute",
"description": "Confirm dialog primary button text when muting another call participant's audio from the Contact Details modal in a group or call link call"
},
"icu:GroupMemberLabelInfoModal--title": {
"messageformat": "Member labels",
"description": "Title of explainer dialog you see when clicking member label in Contact Modal"