Skip to main content

stop_tap

Stop an active tap stream.

Parameters

NameTypeRequired?OptionalDescription
control_idstringOptionalthe last tap started will be stoppedID of the tap to stop

Variables

Read by the method:

  • tap_control_id: (in) Control ID of last tap stream started.

Set by the method:

  • stop_tap_result: (out) Success or failed.

Examples

Stop the last call tap

version: 1.0.0
sections:
main:
- stop_tap

Stop a specific call tap

version: 1.0.0
sections:
main:
- stop_tap: my-tap-id