pub async fn list_participant(
configuration: &Configuration,
account_sid: &str,
conference_sid: &str,
muted: Option<bool>,
hold: Option<bool>,
coaching: Option<bool>,
page_size: Option<i32>,
) -> Result<ListParticipantResponse, Error<ListParticipantError>>Expand description
Retrieve a list of participants belonging to the account used to make the request