Skip to content

Commit 4c0b147

Browse files
committed
💡 comment concerning deprecation of hande call event route
1 parent 26711ba commit 4c0b147

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/models/adapter.model.ts‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ export interface Adapter {
4646
event: CallEvent
4747
) => Promise<void>;
4848
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+
* */
4952
handleCallEvent?: (config: Config, event: CallEvent) => Promise<string>;
5053
createCallLogsForEntities?: (
5154
config: Config,

0 commit comments

Comments
 (0)