Skip to main content
stopCustomIntegrations(id) Prebuilt Custom

Parameters

id
string | string[]
required
The ID or array of IDs of the integrations to stop. IDs are the string identifiers you defined when configuring the integrations.

Return value

Returns the DailyCall instance.

Example

call.stopCustomIntegrations(['miroEmbed', 'otherEmbed']);

See also