Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.corti.ai/llms.txt

Use this file to discover all available pages before exploring further.

Use stopRecording() to end recording within the current embedded session.
Applies to Web Component, Window API, and PostMessage. Examples on this page use the Web Component API shape.

Usage

await api.stopRecording();

Prerequisites

  • Recording must already be active.

Input validation

  • None

Possible errors

  • NOT_READY: Not in an active recording session.
  • INTERNAL_ERROR: Failed to disconnect from the recording service.

Returns

void