Fix docstring for CallSettingsContent.share_on_join (#21884)

This commit is contained in:
Aaron Feickert
2024-12-12 10:09:28 -05:00
committed by GitHub
parent ad4c4aff13
commit 181af7804b
+1 -1
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>,
}