Fix docstring for CallSettingsContent.share_on_join (#21884)
This commit is contained in:
parent
ad4c4aff13
commit
181af7804b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pub struct CallSettingsContent {
|
||||||
|
|
||||||
/// Whether your current project should be shared when joining an empty channel.
|
/// Whether your current project should be shared when joining an empty channel.
|
||||||
///
|
///
|
||||||
/// Default: true
|
/// Default: false
|
||||||
pub share_on_join: Option<bool>,
|
pub share_on_join: Option<bool>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue