pub async fn list_conference(
configuration: &Configuration,
account_sid: &str,
date_created: Option<String>,
date_created_less_than: Option<String>,
date_created_greater_than: Option<String>,
date_updated: Option<String>,
date_updated_less_than: Option<String>,
date_updated_greater_than: Option<String>,
friendly_name: Option<&str>,
status: Option<&str>,
page_size: Option<i32>
) -> Result<ListConferenceResponse, Error<ListConferenceError>>
Expand description

Retrieve a list of conferences belonging to the account used to make the request