ue-softphone-sdk-beta 4.0.31 → 4.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types/index.d.ts
CHANGED
|
@@ -168,7 +168,9 @@ interface breakinParams {
|
|
|
168
168
|
fail?: Function;
|
|
169
169
|
}
|
|
170
170
|
export default class ueSoftphone {
|
|
171
|
-
static
|
|
171
|
+
static summaryUeTimer: any;
|
|
172
|
+
static agentUeTimer: any;
|
|
173
|
+
static queueUeTimer: any;
|
|
172
174
|
static loginToken: String | undefined;
|
|
173
175
|
static agentInfo: any;
|
|
174
176
|
static initOptions: InitOptions;
|
|
@@ -219,11 +221,13 @@ export default class ueSoftphone {
|
|
|
219
221
|
private turnOffRingCallbacks;
|
|
220
222
|
muteRing: (callbacks: OnCallVolumeParams) => void;
|
|
221
223
|
sdkMonitorMsg: (params: any) => void;
|
|
224
|
+
closeSdkMonitor: (params: any) => void;
|
|
222
225
|
private initAgentQueue;
|
|
223
226
|
private initQueue;
|
|
224
227
|
static createQueueMonitorEventHandle(callbacks?: any): void;
|
|
225
228
|
static createopenNlsTransEventHandle(callbacks?: any): void;
|
|
226
|
-
static createopenAllMonitorEventHandle(callbacks?: any
|
|
229
|
+
static createopenAllMonitorEventHandle(callbacks?: any): void;
|
|
230
|
+
static changeMonitorEventHandle(callbacks: any, msg: any): void;
|
|
227
231
|
static handleHttpMonitor(msg: any, callbacks: any): void;
|
|
228
232
|
listenCallQueueEvent: (callbacks: any) => void;
|
|
229
233
|
listenTranslationEvent: (callbacks: any) => void;
|