startCustomIntegrations()
startCustomIntegrations(['integrationID1', 'integrationID2'])
Compatibility:
Prebuilt
Custom
This can be used to start either 1 or multiple integrations that are configured by the customIntegrations
property of the DailyCall
.
Takes either a single string or an array of strings indicating integrations to start. Integrations are referenced by their ID, which is the integrations object property key defined by you.
Reference customIntegrations()
for the full list of parameters available in startCustomIntegrations()
.
Example of starting multiple integrations: