parent
a0f9393c1f
commit
29ed067b26
1 changed files with 3 additions and 0 deletions
|
@ -9,9 +9,12 @@ pub struct CallSettings {
|
||||||
pub mute_on_join: bool,
|
pub mute_on_join: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Configuration of voice calls in Zed.
|
||||||
#[derive(Clone, Default, Serialize, Deserialize, JsonSchema, Debug)]
|
#[derive(Clone, Default, Serialize, Deserialize, JsonSchema, Debug)]
|
||||||
pub struct CallSettingsContent {
|
pub struct CallSettingsContent {
|
||||||
/// Whether the microphone should be muted when joining a channel or a call.
|
/// Whether the microphone should be muted when joining a channel or a call.
|
||||||
|
///
|
||||||
|
/// Default: false
|
||||||
pub mute_on_join: Option<bool>,
|
pub mute_on_join: Option<bool>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue