pub async fn update_conference_recording(
configuration: &Configuration,
account_sid: &str,
conference_sid: &str,
sid: &str,
status: &str,
pause_behavior: Option<&str>
) -> Result<ApiPeriodV2010PeriodAccountPeriodConferencePeriodConferenceRecording, Error<UpdateConferenceRecordingError>>
Expand description

Changes the status of the recording to paused, stopped, or in-progress. Note: To use Twilio.CURRENT, pass it as recording sid.