ue-softphone-sdk 4.0.26 → 4.0.28

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 CHANGED
@@ -14,3 +14,4 @@
14
14
  > a.增加closeSdkMonitor监控关闭方法,type(summary: 监控总览, agent: 座席监控, queue: 服务组监控)
15
15
  > b.sdkMonitorMsg方法,开启监控总览 type类型由string改为array
16
16
  > 4.0.24 不论监听与否都会连接通话socket
17
+ > 4.0.27 修复退出登录时socket关闭错误,导致用户再次初始化状态异常
@@ -199,6 +199,7 @@ export default class ueSoftphone {
199
199
  private getDomain;
200
200
  private login;
201
201
  static createEventHandle(callbacks?: any): void;
202
+ static kickOffEvent: () => void;
202
203
  private getWebrtcInfo;
203
204
  private initAttachEvent;
204
205
  private attachNetworkCallbacks;