Fix docstring for CallSettingsContent.share_on_join (#21884)

This commit is contained in:
Aaron Feickert 2024-12-12 09:09:28 -06:00 committed by GitHub
parent ad4c4aff13
commit 181af7804b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ pub struct CallSettingsContent {
/// Whether your current project should be shared when joining an empty channel.
///
/// Default: true
/// Default: false
pub share_on_join: Option<bool>,
}