@100mslive/roomkit-react 0.3.11-alpha.6 → 0.3.11-alpha.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "prebuilt",
11
11
  "roomkit"
12
12
  ],
13
- "version": "0.3.11-alpha.6",
13
+ "version": "0.3.11-alpha.7",
14
14
  "author": "100ms",
15
15
  "license": "MIT",
16
16
  "repository": {
@@ -74,12 +74,12 @@
74
74
  "react": ">=17.0.2 <19.0.0"
75
75
  },
76
76
  "dependencies": {
77
- "@100mslive/hls-player": "0.3.11-alpha.6",
77
+ "@100mslive/hls-player": "0.3.11-alpha.7",
78
78
  "@100mslive/hms-noise-cancellation": "0.0.1",
79
- "@100mslive/hms-virtual-background": "1.13.11-alpha.6",
80
- "@100mslive/hms-whiteboard": "0.0.1-alpha.6",
81
- "@100mslive/react-icons": "0.10.11-alpha.6",
82
- "@100mslive/react-sdk": "0.10.11-alpha.6",
79
+ "@100mslive/hms-virtual-background": "1.13.11-alpha.7",
80
+ "@100mslive/hms-whiteboard": "0.0.1-alpha.7",
81
+ "@100mslive/react-icons": "0.10.11-alpha.7",
82
+ "@100mslive/react-sdk": "0.10.11-alpha.7",
83
83
  "@100mslive/types-prebuilt": "0.12.8",
84
84
  "@emoji-mart/data": "^1.0.6",
85
85
  "@emoji-mart/react": "^1.0.1",
@@ -115,5 +115,5 @@
115
115
  "uuid": "^8.3.2",
116
116
  "worker-timers": "^7.0.40"
117
117
  },
118
- "gitHead": "951030b3ea1ecbfba6a716713b329bb3a56b7653"
118
+ "gitHead": "361d36f30fc8719e81d889901337ef3936cd88bc"
119
119
  }
@@ -66,8 +66,8 @@ const initialAppData = {
66
66
  [POLL_STATE.pollInView]: '',
67
67
  [POLL_STATE.view]: '',
68
68
  },
69
- // by default on because of on demand now
70
- [APP_DATA.caption]: true,
69
+ // by default on because of on demand now, for beam disabled
70
+ [APP_DATA.caption]: false,
71
71
  };
72
72
 
73
73
  export const AppData = React.memo(() => {