Skip to main content

stop_record_call

Stop an active background recording.

NameTypeDefaultDescription
stop_record_callRequiredobject-An object that accepts the stop_record_call parameters.

stop_record_call Parameters​

NameTypeDefaultDescription
control_idOptionalstringThe last started recording will be stoppedIdentifier for the recording to stop

Variables​

Read by the method:

  • record_control_id: (in) control ID of last recording started.

Set by the method:

  • stop_record_call_result: (out) success | failed

Examples​

Stop last call recording​

version: 1.0.0
sections:
main:
- stop_record_call: {}

Stop a specific call recording​

version: 1.0.0
sections:
main:
- stop_record_call:
control_id: my-recording-id