Skip to content

Commit

Permalink
fix(ICallHistoryAdapter): added multi-line type
Browse files Browse the repository at this point in the history
  • Loading branch information
akulakum authored and Waseemraj committed Sep 16, 2024
1 parent 27889af commit ed6ca7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/webexcalling/src/ICallHistoryAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export interface ICallHistoryRecord {
callingSpecific?: string;
isRead?: boolean;
sessionId?: string;
lineNumber?: string;
}
export interface ICallHistoryAdapter {
refresh(ID?: string): void;
Expand Down Expand Up @@ -134,6 +135,8 @@ export interface ISelf {
name: string;
incomingCallProtocols: any[];
callbackInfo: ICallbackInfo;
cucmDN?: string;
ucmLineNumber?: number;
}

export interface IOther {
Expand Down

0 comments on commit ed6ca7f

Please sign in to comment.