react_hsbc_teller 2.0.41 → 2.0.42
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 +3 -1
package/package.json
CHANGED
|
@@ -60,7 +60,7 @@ import MultiModule from '../multiModule/multiModule'//签字、抄录
|
|
|
60
60
|
import axios from 'axios';
|
|
61
61
|
import CryptoJS from "crypto-js";
|
|
62
62
|
|
|
63
|
-
const SDK_VERISON = '2.0.
|
|
63
|
+
const SDK_VERISON = '2.0.42'
|
|
64
64
|
const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
|
|
65
65
|
const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
|
|
66
66
|
const { Option } = Select;
|
|
@@ -5449,6 +5449,7 @@ class Video extends Component {
|
|
|
5449
5449
|
navigator.mediaDevices.getDisplayMedia({
|
|
5450
5450
|
video: true,
|
|
5451
5451
|
preferCurrentTab: true,
|
|
5452
|
+
surfaceSwitching: "exclude"
|
|
5452
5453
|
// audio: true
|
|
5453
5454
|
// video: {
|
|
5454
5455
|
// width: document.body.clientWidth,
|
|
@@ -5554,6 +5555,7 @@ class Video extends Component {
|
|
|
5554
5555
|
navigator.mediaDevices.getDisplayMedia({
|
|
5555
5556
|
video: true,
|
|
5556
5557
|
preferCurrentTab: true,
|
|
5558
|
+
surfaceSwitching: "exclude"
|
|
5557
5559
|
})
|
|
5558
5560
|
.then((stream) => {
|
|
5559
5561
|
if (streamRecord) {
|