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/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/video/video.jsx +1 -2
package/package.json
CHANGED
|
@@ -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
|
|
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,
|