react_hsbc_teller 2.0.98 → 2.1.0

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
@@ -61,6 +61,10 @@ export { default as HSBC } from "./demo/demo";
61
61
 
62
62
 
63
63
  ### 版本更新
64
+ ###### 2.1.0
65
+ 1. 在收到1218通知的时候,在共享屏幕开启的情况下,关闭原本的共享的时候不弹出确认弹窗的弹框,要是收到通知1218导致的取消发布的时候不去调用setSharedScreenTimer
66
+ ###### 2.0.99
67
+ 1. 优化-在recordMode为2的时候,现在根据needIpad(true)为需要ipad, false不需要ipad去掉画中画,ipad校验,扫码的入口
64
68
  ###### 2.0.98
65
69
  1. 优化-在投屏异常的时候获取不到sid的时候使用存储的sid来取消发布,用来防止-1073的报错
66
70
  ###### 2.0.97
@@ -86,6 +90,7 @@ export { default as HSBC } from "./demo/demo";
86
90
  2. 去掉音量为0持续15秒弹窗提示
87
91
  ###### 2.0.88
88
92
  1. RM-新增RM消息4200--客户端音量过低,顶部提示
93
+
89
94
  ###### 2.0.87
90
95
  1. RM-新增回调事件:房间与会者列表回调事件给新加⼊者---onRoomAttendanceList(回调参数是list)
91
96
  2. RM-新增回调事件:新加⼊房间者给与会者---onNewJoinerIn(回调是string)