pub fn create_group_session( storage_root: &Path, title: Option<String>, participant_dids: &[String], ) -> Result<String, ChatError>