react_hsbc_teller 0.4.5 → 0.4.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react_hsbc_teller",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -1079,7 +1079,7 @@ componentDidMount() {
1079
1079
  console.log('初始化房间成功');
1080
1080
  // 视频通话的初始化
1081
1081
  if (this.state.sessionId) {
1082
- this.test_controller.JoinRoom(this.state.channelId, this.state.rtoken,0)
1082
+ this.test_controller.JoinRoom(this.state.channelId, this.state.rtoken)
1083
1083
  } else {
1084
1084
  this.test_controller.CreateRoom()
1085
1085
  }
@@ -1961,7 +1961,6 @@ componentDidMount() {
1961
1961
 
1962
1962
 
1963
1963
  if(this.state.roomCustomerList.length == 0) {
1964
- debugger
1965
1964
  try {
1966
1965
  let result = await API.finishSession({
1967
1966
  sessionId: this.state.sessionId,