react_hsbc_teller 1.9.28 → 1.9.29
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 -2
package/package.json
CHANGED
|
@@ -296,7 +296,7 @@ class Video extends Component {
|
|
|
296
296
|
saveLog = (val) => {
|
|
297
297
|
axios({
|
|
298
298
|
method: 'get',
|
|
299
|
-
baseURL: this.props.logUrl + '&message=' + encodeURIComponent(val) + '&react_hsbc_teller=1.9.
|
|
299
|
+
baseURL: this.props.logUrl + '&message=' + encodeURIComponent(val) + '&react_hsbc_teller=1.9.29&logTime=' + Date.now() + '&mtoken=' + encodeURIComponent(this.state.rtoken) + '&roomId=' + encodeURIComponent(this.state.channelId) + '&sessionId=' + encodeURIComponent(this.state.sessionId) + '&appointmentID=' + this.props.businessNumber,
|
|
300
300
|
|
|
301
301
|
}).then(res => {
|
|
302
302
|
|
|
@@ -2296,6 +2296,10 @@ class Video extends Component {
|
|
|
2296
2296
|
// let audio = new Audio(src)
|
|
2297
2297
|
// audio.play()
|
|
2298
2298
|
// }
|
|
2299
|
+
if (participant.includes('UnHint')){
|
|
2300
|
+
console.log('过滤掉的uid', participant)
|
|
2301
|
+
return
|
|
2302
|
+
}
|
|
2299
2303
|
|
|
2300
2304
|
|
|
2301
2305
|
this.appGetUsernameClick(participant).then((res) => {
|
|
@@ -2964,7 +2968,7 @@ class Video extends Component {
|
|
|
2964
2968
|
}
|
|
2965
2969
|
}
|
|
2966
2970
|
componentWillMount() {
|
|
2967
|
-
console.log('hsbc_teller_sdk', '1.9.
|
|
2971
|
+
console.log('hsbc_teller_sdk', '1.9.29')
|
|
2968
2972
|
let arr = []
|
|
2969
2973
|
for(let i=1;i<=12;i++){
|
|
2970
2974
|
arr.push({
|