Skip to content

Commit

Permalink
fix(speedDial): added method for speedDial
Browse files Browse the repository at this point in the history
  • Loading branch information
akulakum authored and jenithainbaraj committed Apr 28, 2023
1 parent 95f0ec9 commit 84c9693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webexcalling/src/ISearchContactsAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export interface ISearchContactsAdapter {
getSources: () => string[];
//Optional Method to get Outlook & Dir contacts
getContactDetailById?(userId: string): Promise<IWebexIntContact | void>;
getUsersByIds?(userIds: string[]): Promise<IWebexIntContact[]>;
}

0 comments on commit 84c9693

Please sign in to comment.