We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26711ba commit 4c0b147Copy full SHA for 4c0b147
‎src/models/adapter.model.ts‎
@@ -46,6 +46,9 @@ export interface Adapter {
46
event: CallEvent
47
) => Promise<void>;
48
deleteCalendarEvent?: (config: Config, id: string) => Promise<void>;
49
+ /** @deprecated handleCallEvent should be replaced by createCallLogsForEntities.
50
+ * Please do no longer implement handleCallEvent in new bridges.
51
+ * */
52
handleCallEvent?: (config: Config, event: CallEvent) => Promise<string>;
53
createCallLogsForEntities?: (
54
config: Config,
0 commit comments