@koredev/kore-web-sdk 11.16.1-rc.923ed02 → 11.16.1-rc.d6d319e
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/esm/kore-web-sdk-chat.min.js +1 -1
- package/dist/esm/plugins/agent-desktop.js +1 -1
- package/dist/esm/plugins/multi-file-upload.js +1 -1
- package/dist/plugins/agentDesktop/agentdesktop.d.ts +0 -1
- package/dist/plugins/agentDesktop/c2c.d.ts +1 -2
- package/dist/umd/kore-web-sdk-umd-chat.min.js +1 -1
- package/dist/umd/plugins/agent-desktop-umd.js +1 -1
- package/dist/umd/plugins/multi-file-upload.js +1 -1
- package/package.json +1 -1
|
@@ -24,7 +24,6 @@ declare class AgentDesktopPlugin {
|
|
|
24
24
|
removeEmptyBubblesInTemplate(): void;
|
|
25
25
|
getAuthInfo(data: any): void;
|
|
26
26
|
validateOTP(otp: string): void;
|
|
27
|
-
establishSBCConnection(sbcConfiguration: any): void;
|
|
28
27
|
manageAgentBranding(type: string): void;
|
|
29
28
|
}
|
|
30
29
|
export default AgentDesktopPlugin;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export function c2c_call(config: any):
|
|
2
|
-
import AudioCodesUA from "./ac_webrtc.js";
|
|
1
|
+
export function c2c_call(config: any): any;
|