Skip to content

Commit

Permalink
chore: fix virtualBackground case NMS-18331
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Dec 11, 2023
1 parent 6e812d6 commit 3dd782f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface State extends BaseVideoComponentState {
color: number;
source: string;
blur_degree: BackgroundBlurDegree;
enableVirtualBackground: boolean;
enableVirtualBackground?: boolean;
}

export default class VirtualBackground
Expand All @@ -49,7 +49,6 @@ export default class VirtualBackground
color: 0xffffff,
source: getResourcePath('agora-logo.png'),
blur_degree: BackgroundBlurDegree.BlurDegreeMedium,
enableVirtualBackground: false,
};
}

Expand Down

0 comments on commit 3dd782f

Please sign in to comment.