fix(android): clarify channel and voice status icons

This commit is contained in:
Edison Jwa
2026-05-20 14:52:34 +09:00
parent 34121b2eb7
commit b21fc16ee6
8 changed files with 154 additions and 21 deletions
+3
View File
@@ -2035,6 +2035,9 @@ mod tests {
id: chanora_protocol::ClientId(10),
channel: chanora_protocol::ChannelId(1),
name: "u".into(),
input_muted: false,
output_muted: false,
is_speaking: false,
is_server_query: false,
}],
own_client_id: 10,