Skip to content

Commit

Permalink
fix(callforward): added callforward types
Browse files Browse the repository at this point in the history
  • Loading branch information
sokn-sys committed Jun 21, 2023
1 parent e813fd6 commit 808e6d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webexcalling/src/ICallForwardAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ export interface IVoicemailSettingsResponse {
}

export interface ICallSettingsAdapter {
refreshCallForward(): void;
refresVoicemail(): void;
getCallForwardSettings(): Observable<IAlways>;
getVoicemailSetting():Observable<IVoicemailSetting>;
}
Expand Down

0 comments on commit 808e6d1

Please sign in to comment.