Skip to content

Commit

Permalink
fix: use more efficient preset for effects vb
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed Mar 15, 2024
1 parent 8d9dc73 commit 00b5757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hms-virtual-background/src/HMSEffectsPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 00b5757

Please sign in to comment.