react_hsbc_teller 1.4.9 → 1.5.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": "1.4.9",
3
+ "version": "1.5.0",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -34,7 +34,7 @@ class Demo extends Component {
34
34
  microphoneSize: 50,
35
35
  fontSize: 14,
36
36
  fontFamily: 'auto',
37
- isTranscribing: false
37
+ isTranscribing: true
38
38
  }
39
39
  componentWillMount() {
40
40
  // if(window.localStorage.getItem('roomId')) {
@@ -4141,7 +4141,7 @@ class Video extends Component {
4141
4141
  let y = 0
4142
4142
  // if(os.isTablet){
4143
4143
  width = ((right - left)* window.screen.width / document.body.clientWidth) - 5
4144
- height = ((bottom - top)* window.screen.width / document.body.clientWidth) - 50
4144
+ height = ((bottom - top)* window.screen.width / document.body.clientWidth) - 15
4145
4145
  x = left * window.screen.width / document.body.clientWidth + 5
4146
4146
  y = top* window.screen.width / document.body.clientWidth
4147
4147
  // }