@koredev/kore-web-sdk 11.7.1-rc.fda7d16 → 11.8.0-rc.4b065b5
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/README.md +1 -1
- package/dist/esm/kore-web-sdk-chat.min.js +1 -1
- package/dist/esm/plugins/agent-desktop.js +1 -1
- package/dist/plugins/agentDesktop/ac_webrtc.d.ts +1 -5
- package/dist/umd/kore-web-sdk-umd-chat.min.js +1 -1
- package/dist/umd/plugins/agent-desktop-umd.js +1 -1
- package/package.json +1 -1
|
@@ -42,7 +42,6 @@ declare class AudioCodesUA {
|
|
|
42
42
|
reconnectMin: number;
|
|
43
43
|
reconnectMax: number;
|
|
44
44
|
activeCalls: number;
|
|
45
|
-
wsPingStarted: boolean;
|
|
46
45
|
wsSocket: any;
|
|
47
46
|
wsOnMessage: any;
|
|
48
47
|
wsPingMs: number;
|
|
@@ -64,7 +63,6 @@ declare class AudioCodesUA {
|
|
|
64
63
|
wsPongReport: number;
|
|
65
64
|
wsPongReportCounter: number;
|
|
66
65
|
wsPongDist: boolean;
|
|
67
|
-
wsIsPingDebugLog: boolean;
|
|
68
66
|
dtmfUseWebRTC: boolean;
|
|
69
67
|
dtmfDuration: number;
|
|
70
68
|
dtmfInterToneGap: number;
|
|
@@ -184,11 +182,9 @@ declare class AudioCodesUA {
|
|
|
184
182
|
_onPong(): void;
|
|
185
183
|
_onPongTimeout(e: any): void;
|
|
186
184
|
_sendPing(): void;
|
|
187
|
-
_startWsKeepAlive(): void;
|
|
188
|
-
wsWebSocketInterface: any;
|
|
185
|
+
_startWsKeepAlive(e: any): void;
|
|
189
186
|
_stopWsKeepAlive(): void;
|
|
190
187
|
_createPongReport(e: any): string;
|
|
191
|
-
setPingDebugLog(e: any): void;
|
|
192
188
|
_setUACallbacks(): void;
|
|
193
189
|
_get_from(e: any): {
|
|
194
190
|
user: any;
|