Skip to content

Commit

Permalink
fix(IVoicemailAdapter): Added Webex calling backend types
Browse files Browse the repository at this point in the history
  • Loading branch information
Waseemraj committed Dec 16, 2024
1 parent 9f03b2c commit 41b2c91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webexcalling/src/IVoicemailAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ export interface IVoicemailAdapter {
getVoiceMessage(ID: string): Observable<IVoiceMessageContentResponse>;

getVMTranscript(ID: string): Observable<IVoiceMailTranscriptMessage>;

getWebexCallingBackend(): Observable<boolean>;
}

0 comments on commit 41b2c91

Please sign in to comment.