stop_record_call

View as MarkdownOpen in Claude

Stop an active background recording.

stop_record_call
objectRequired

An object that accepts the following properties.

Properties

stop_record_call.control_id
stringDefaults to The last started recording will be stopped

Identifier 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

1version: 1.0.0
2sections:
3 main:
4 - stop_record_call: {}

Stop a specific call recording

1version: 1.0.0
2sections:
3 main:
4 - stop_record_call:
5 control_id: my-recording-id