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/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/video/video.jsx +6 -0
package/package.json
CHANGED
|
@@ -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: '坐席退出'
|