Module api20100401_recording_api

Source

Structs§

CreateCallRecordingParams
struct for passing parameters to the method create_call_recording
DeleteCallRecordingParams
struct for passing parameters to the method delete_call_recording
DeleteConferenceRecordingParams
struct for passing parameters to the method delete_conference_recording
DeleteRecordingParams
struct for passing parameters to the method delete_recording
FetchCallRecordingParams
struct for passing parameters to the method fetch_call_recording
FetchConferenceRecordingParams
struct for passing parameters to the method fetch_conference_recording
FetchRecordingParams
struct for passing parameters to the method fetch_recording
ListCallRecordingParams
struct for passing parameters to the method list_call_recording
ListConferenceRecordingParams
struct for passing parameters to the method list_conference_recording
ListRecordingParams
struct for passing parameters to the method list_recording
UpdateCallRecordingParams
struct for passing parameters to the method update_call_recording
UpdateConferenceRecordingParams
struct for passing parameters to the method update_conference_recording

Enums§

CreateCallRecordingError
struct for typed errors of method create_call_recording
DeleteCallRecordingError
struct for typed errors of method delete_call_recording
DeleteConferenceRecordingError
struct for typed errors of method delete_conference_recording
DeleteRecordingError
struct for typed errors of method delete_recording
FetchCallRecordingError
struct for typed errors of method fetch_call_recording
FetchConferenceRecordingError
struct for typed errors of method fetch_conference_recording
FetchRecordingError
struct for typed errors of method fetch_recording
ListCallRecordingError
struct for typed errors of method list_call_recording
ListConferenceRecordingError
struct for typed errors of method list_conference_recording
ListRecordingError
struct for typed errors of method list_recording
UpdateCallRecordingError
struct for typed errors of method update_call_recording
UpdateConferenceRecordingError
struct for typed errors of method update_conference_recording

Functions§

create_call_recording
Create a recording for the call
delete_call_recording
Delete a recording from your account
delete_conference_recording
Delete a recording from your account
delete_recording
Delete a recording from your account
fetch_call_recording
Fetch an instance of a recording for a call
fetch_conference_recording
Fetch an instance of a recording for a call
fetch_recording
Fetch an instance of a recording
list_call_recording
Retrieve a list of recordings belonging to the call used to make the request
list_conference_recording
Retrieve a list of recordings belonging to the call used to make the request
list_recording
Retrieve a list of recordings belonging to the account used to make the request
update_call_recording
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.
update_conference_recording
Changes the status of the recording to paused, stopped, or in-progress. Note: To use Twilio.CURRENT, pass it as recording sid.