Function update_participant

Source
pub async fn update_participant(
    configuration: &Configuration,
    account_sid: &str,
    conference_sid: &str,
    call_sid: &str,
    muted: Option<bool>,
    hold: Option<bool>,
    hold_url: Option<&str>,
    hold_method: Option<&str>,
    announce_url: Option<&str>,
    announce_method: Option<&str>,
    wait_url: Option<&str>,
    wait_method: Option<&str>,
    beep_on_exit: Option<bool>,
    end_conference_on_exit: Option<bool>,
    coaching: Option<bool>,
    call_sid_to_coach: Option<&str>,
) -> Result<ApiPeriodV2010PeriodAccountPeriodConferencePeriodParticipant, Error<UpdateParticipantError>>
Expand description

Update the properties of the participant