Skip to content

Commit

Permalink
feat(callhistory): Added contact search interfaces method
Browse files Browse the repository at this point in the history
  • Loading branch information
imlaskar authored and jenithainbaraj committed Apr 3, 2023
1 parent ebd934c commit fa7d381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webexcalling/src/ISearchContactsAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export interface ISearchContactsAdapter {
) => Promise<ISearchContactsAdapterSearchResponse>;

getSources: () => string[];
//Optional Method to get contacts
//Optional Method to get Outlook & Dir contacts
getContactDetailById?(userId: string): Promise<IWebexIntContact | void>;
}

0 comments on commit fa7d381

Please sign in to comment.