Skip to content

Commit

Permalink
added the method for attende console
Browse files Browse the repository at this point in the history
  • Loading branch information
sokn-sys committed Sep 18, 2024
1 parent a62a4db commit e1a4d56
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 @@ -116,5 +116,7 @@ export type CallForwardAlwaysSetting = {
export interface ICallSettingsAdapter {
refreshCallForward(): void;
getCallForwardSettings(): Observable<string>;
checkAttendantConsoleFeatureToggle(): Promise<boolean>;
logAttendantConsoleFeatureToggleLog(): void;
}
//# sourceMappingURL=ICallForwardAdapter.d.ts.map

0 comments on commit e1a4d56

Please sign in to comment.