@100mslive/roomkit-react 0.3.19-alpha.12 → 0.3.19-alpha.14
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-D7IQB6BD.css → HLSView-CZOXJTV5.css} +3 -3
- package/dist/{HLSView-D7IQB6BD.css.map → HLSView-CZOXJTV5.css.map} +1 -1
- package/dist/{HLSView-VKXAAFUC.js → HLSView-NMEMV6IQ.js} +2 -2
- package/dist/{chunk-P2DQPVC3.js → chunk-ZDEVOXM2.js} +6 -6
- package/dist/{chunk-P2DQPVC3.js.map → chunk-ZDEVOXM2.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 +11 -11
- package/dist/meta.esbuild.json +23 -23
- package/package.json +7 -7
- package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +2 -2
- /package/dist/{HLSView-VKXAAFUC.js.map → HLSView-NMEMV6IQ.js.map} +0 -0
@@ -13,8 +13,8 @@ export class VBPlugin {
|
|
13
13
|
if (effectsSDKKey) {
|
14
14
|
try {
|
15
15
|
// eslint-disable-next-line
|
16
|
-
const
|
17
|
-
this.effectsPlugin = new HMSEffectsPlugin(effectsSDKKey, onInit);
|
16
|
+
const effects = await import('@100mslive/hms-virtual-background/hmseffectsplugin');
|
17
|
+
this.effectsPlugin = new effects.HMSEffectsPlugin(effectsSDKKey, onInit);
|
18
18
|
} catch (error) {
|
19
19
|
console.error('Failed to initialise HMSEffectsPlugin:', error, 'Using HMSVBPlugin');
|
20
20
|
this.hmsPlugin = new HMSVBPlugin(HMSVirtualBackgroundTypes.NONE, HMSVirtualBackgroundTypes.NONE);
|
File without changes
|