ysyt-agent-sdk 1.1.1 → 1.1.2

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.
@@ -114,7 +114,8 @@ export declare enum CallSipCallEventEnum {
114
114
  REJECT = "reject",
115
115
  LISTEN_CALL_FAILED = "listen_call_failed",
116
116
  LISTEN_INCOMING_CALL = "listen_incoming_call",
117
- LISTEN_INCOMING_CALL_OFF_HOOK = "listen_incoming_call_off_hook"
117
+ LISTEN_INCOMING_CALL_OFF_HOOK = "listen_incoming_call_off_hook",
118
+ LISTEN_HANGUP = "listen_hangup"
118
119
  }
119
120
  export declare enum EventName {
120
121
  EVENT_ALL = "event_all",