We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0dd136 commit d62c750Copy full SHA for d62c750
vapi.ts
@@ -347,6 +347,7 @@ export default class Vapi extends VapiEventEmitter {
347
workflow: typeof workflow === 'string' ? undefined : workflow,
348
workflowId: typeof workflow === 'string' ? workflow : undefined,
349
workflowOverrides,
350
+ // @ts-expect-error: API hidden property
351
roomDeleteOnUserLeaveEnabled: options?.roomDeleteOnUserLeaveEnabled,
352
})
353
).data;
0 commit comments