Mute in lobby if accepting large group call.

This commit is contained in:
Greyson Parrelli
2026-02-13 12:16:48 -05:00
committed by Alex Hart
parent ac59528f5c
commit c7476a2a07
6 changed files with 31 additions and 1 deletions

View File

@@ -2581,6 +2581,8 @@
<string name="WebRtcCallView__s_remotely_muted_s">%1$s muted %2$s.</string>
<!-- Alert message indicating that the local user joined a call on a second device and muted this one from the other one. -->
<string name="WebRtcCallView__you_muted_yourself">You muted yourself from another device.</string>
<!-- Toast message shown when user is auto-muted because they are joining a large group call. -->
<string name="WebRtcCallView__youve_been_muted_large_group">You\'ve been muted because this call has many participants.</string>
<!-- Error message when the developer added a button in the wrong place. -->
<string name="WebRtcAudioOutputToggleButton_fragment_activity_error">A UI error occurred. Please report this error to the developers.</string>