@wizai/agent-sip-sdk 0.1.10-alpha → 0.1.12-alpha

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.
@@ -5,6 +5,7 @@ declare class AgentSipSDK {
5
5
  private sip;
6
6
  private api;
7
7
  private isSipInit;
8
+ private isInitSuccess;
8
9
  private agentInfo;
9
10
  private initEvent;
10
11
  private agentEvent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizai/agent-sip-sdk",
3
- "version": "0.1.10-alpha",
3
+ "version": "0.1.12-alpha",
4
4
  "description": "Manages SIP clients and agent status, simplifying calls and events.",
5
5
  "main": "lib/agent-sip-sdk-cjs.js",
6
6
  "module": "lib/agent-sip-sdk-es.js",