pub async fn update_call_recording(
configuration: &Configuration,
account_sid: &str,
call_sid: &str,
sid: &str,
status: &str,
pause_behavior: Option<&str>
) -> Result<ApiPeriodV2010PeriodAccountPeriodCallPeriodCallRecording, Error<UpdateCallRecordingError>>
Expand description

Changes the status of the recording to paused, stopped, or in-progress. Note: Pass Twilio.CURRENT instead of recording sid to reference current active recording.