ue-softphone-sdk 4.0.28 → 4.0.30

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
@@ -15,3 +15,4 @@
15
15
  > b.sdkMonitorMsg方法,开启监控总览 type类型由string改为array
16
16
  > 4.0.24 不论监听与否都会连接通话socket
17
17
  > 4.0.27 修复退出登录时socket关闭错误,导致用户再次初始化状态异常
18
+ > 4.0.30 登录增加passwordPk参数
@@ -13,6 +13,7 @@ interface InitOptions {
13
13
  agentNumber?: string;
14
14
  accountName?: string;
15
15
  password?: string;
16
+ passwordPk?: string;
16
17
  loginType?: ExtenType;
17
18
  debug?: DebugType | DebugType[] | boolean;
18
19
  success?: Function;