From e1a4d562578b2be44537954c175385c0ceac7b93 Mon Sep 17 00:00:00 2001 From: Sowmyashree Date: Wed, 18 Sep 2024 16:52:23 +0530 Subject: [PATCH] added the method for attende console --- src/webexcalling/src/ICallForwardAdapter.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webexcalling/src/ICallForwardAdapter.ts b/src/webexcalling/src/ICallForwardAdapter.ts index d51359d..7d766bd 100644 --- a/src/webexcalling/src/ICallForwardAdapter.ts +++ b/src/webexcalling/src/ICallForwardAdapter.ts @@ -116,5 +116,7 @@ export type CallForwardAlwaysSetting = { export interface ICallSettingsAdapter { refreshCallForward(): void; getCallForwardSettings(): Observable; + checkAttendantConsoleFeatureToggle(): Promise; + logAttendantConsoleFeatureToggleLog(): void; } //# sourceMappingURL=ICallForwardAdapter.d.ts.map