react_hsbc_teller 0.9.9 → 1.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react_hsbc_teller",
3
- "version": "0.9.9",
3
+ "version": "1.0.0",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -2568,6 +2568,12 @@ class Video extends Component {
2568
2568
  errMsg: '坐席退出'
2569
2569
  })
2570
2570
  } else {
2571
+ this.setState({
2572
+ publishDevic: 1,
2573
+ isSharedScreen: false,
2574
+ screenName: '投屏',
2575
+ laveRoomSharedScreen: true
2576
+ });
2571
2577
  this.props.onLeaveRoom({
2572
2578
  code: LEAVE_TYPE.TELLER_EXIT,
2573
2579
  errMsg: '坐席退出'