ue-softphone-sdk 4.0.30 → 4.0.32

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
@@ -16,3 +16,4 @@
16
16
  > 4.0.24 不论监听与否都会连接通话socket
17
17
  > 4.0.27 修复退出登录时socket关闭错误,导致用户再次初始化状态异常
18
18
  > 4.0.30 登录增加passwordPk参数
19
+ > 4.0.31 muteRing方法关闭铃声后,也不要挂断提示音
@@ -183,6 +183,7 @@ export default class ueSoftphone {
183
183
  static MonitorSocketinstance: any;
184
184
  static UserConfig: any;
185
185
  static isCanRing: any;
186
+ static argeementType: String;
186
187
  static noop(): void;
187
188
  static debug: (msg: any) => void;
188
189
  static log: (msg: any) => void;