ysyt-agent-sdk 1.0.126 → 1.0.128

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.
@@ -44,7 +44,8 @@ export declare enum WebsocketTypeEnum {
44
44
  TRANSFER_INCOMING_CALL = 129,
45
45
  TRANSFER_OFF_HOOK = 130,
46
46
  AGENT_HANGUP = 131,
47
- KICK_OFFLINE = 132
47
+ KICK_OFFLINE = 132,
48
+ CONTINUOUS_NOT_ANSWER = 133
48
49
  }
49
50
  export declare enum WebRtcCallSipEventEnum {
50
51
  WEB_RTC_CONNECTING = "connecting",
@@ -23,6 +23,7 @@ export declare class ReconnectingWebSocket {
23
23
  inCallAutoAnswer(): void;
24
24
  private getCustomerInfo;
25
25
  private putAgentState;
26
+ private stateBusyChange;
26
27
  private initWebSocket;
27
28
  private startHeartbeat;
28
29
  private stopHeartbeat;