@100mslive/roomkit-react 0.3.12-alpha.4 → 0.3.12-alpha.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-EALBDQOP.js → HLSView-FFS2AZC5.js} +2 -2
- package/dist/{HLSView-NKSP5FXW.css → HLSView-KS57W3WL.css} +3 -3
- package/dist/{HLSView-NKSP5FXW.css.map → HLSView-KS57W3WL.css.map} +1 -1
- package/dist/{chunk-Y4IB3NEG.js → chunk-AKD6OMF6.js} +6 -6
- package/dist/{chunk-Y4IB3NEG.js.map → chunk-AKD6OMF6.js.map} +2 -2
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +8 -8
- package/dist/index.cjs.js.map +3 -3
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +12 -12
- package/dist/meta.esbuild.json +24 -24
- package/package.json +7 -7
- package/src/Prebuilt/components/Notifications/Notifications.tsx +1 -1
- /package/dist/{HLSView-EALBDQOP.js.map → HLSView-FFS2AZC5.js.map} +0 -0
package/package.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
"prebuilt",
|
11
11
|
"roomkit"
|
12
12
|
],
|
13
|
-
"version": "0.3.12-alpha.
|
13
|
+
"version": "0.3.12-alpha.5",
|
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.12-alpha.
|
77
|
+
"@100mslive/hls-player": "0.3.12-alpha.5",
|
78
78
|
"@100mslive/hms-noise-cancellation": "0.0.1",
|
79
|
-
"@100mslive/hms-virtual-background": "1.13.12-alpha.
|
80
|
-
"@100mslive/hms-whiteboard": "0.0.2-alpha.
|
81
|
-
"@100mslive/react-icons": "0.10.12-alpha.
|
82
|
-
"@100mslive/react-sdk": "0.10.12-alpha.
|
79
|
+
"@100mslive/hms-virtual-background": "1.13.12-alpha.5",
|
80
|
+
"@100mslive/hms-whiteboard": "0.0.2-alpha.5",
|
81
|
+
"@100mslive/react-icons": "0.10.12-alpha.5",
|
82
|
+
"@100mslive/react-sdk": "0.10.12-alpha.5",
|
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": "
|
118
|
+
"gitHead": "09711a75695943a34c79faf0c018f57b80ad0fa7"
|
119
119
|
}
|
@@ -172,7 +172,7 @@ export function Notifications() {
|
|
172
172
|
}
|
173
173
|
break;
|
174
174
|
case HMSNotificationTypes.NEW_MESSAGE:
|
175
|
-
if (amIScreenSharing) {
|
175
|
+
if (amIScreenSharing && !notification.data?.ignored) {
|
176
176
|
showNotification(`New message from ${notification.data.senderName}`, {
|
177
177
|
body: notification.data.message,
|
178
178
|
icon: logoURL,
|
File without changes
|