fix(android): clarify channel and voice status icons
This commit is contained in:
@@ -36,6 +36,12 @@ pub struct ClientInfo {
|
||||
pub channel: ChannelId,
|
||||
/// Nickname, preserved verbatim per ADR-008.
|
||||
pub name: String,
|
||||
/// True when this client has muted microphone/input capture.
|
||||
pub input_muted: bool,
|
||||
/// True when this client has muted speaker/output audio.
|
||||
pub output_muted: bool,
|
||||
/// True when recent inbound voice activity was observed for this client.
|
||||
pub is_speaking: bool,
|
||||
/// True for TeamSpeak ServerQuery clients.
|
||||
pub is_server_query: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user