Skip to content

Commit

Permalink
fix(contactId): added contactId
Browse files Browse the repository at this point in the history
  • Loading branch information
akulakum authored and jenithainbaraj committed May 5, 2023
1 parent a273a99 commit 054fa36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/webexcalling/src/ISpeedDialsAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ export interface ISpeedDialRecord {
/** The id for reference */
id: string;

/** The contactId for reference */
contactId?: string;

/** The display name */
displayName: string;

Expand Down

0 comments on commit 054fa36

Please sign in to comment.