diff --git a/packages/hms-virtual-background/src/HMSEffectsPlugin.ts b/packages/hms-virtual-background/src/HMSEffectsPlugin.ts index b8a3ed5f5b..372d167ff3 100644 --- a/packages/hms-virtual-background/src/HMSEffectsPlugin.ts +++ b/packages/hms-virtual-background/src/HMSEffectsPlugin.ts @@ -11,7 +11,7 @@ export class HMSEffectsPlugin implements HMSMediaStreamPlugin { private blurAmount = 0; private background: HMSEffectsBackground = HMSVirtualBackgroundTypes.NONE; private backgroundType = HMSVirtualBackgroundTypes.NONE; - private preset = 'balanced'; + private preset = 'lightning'; constructor(effectsSDKKey: string) { this.effects = new tsvb(effectsSDKKey);