Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Nov 18, 2024
1 parent 6333586 commit 4df6306
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: Virtual Background with Effects SDK
nav: 1.45
---

<Note type="warning">
This feature is still in Beta. To know more or report any issues, feel free to reach out to us
over [email protected].
<Note type="warning">
To know more or report any issues, feel free to reach out to us over [email protected].
</Note>

Virtual background plugin helps in customising the peer's background. The customising options are blurring the background or replacing it with a static image. This guide provides an overview of usage of the virtual background plugin of 100ms.

## Pre-requisites

**Get the 100ms VirtualBackground Package** (Supported since version 1.11.28)
Get the 100ms VirtualBackground Package (Supported since version 1.11.28)

```bash section=GetHMSVirtualBackgroundPackage sectionIndex=1
npm install --save @100mslive/hms-virtual-background@latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: HLS Player (Beta)
title: HLS Player
nav: 1.32
---

Expand Down Expand Up @@ -314,7 +314,7 @@ hlsPlayer.on(HMSHLSPlayerEvents.PLAYBACK_STATE, playbackEventHandler);

## HLS Player example

Below is a simple example in which hls-player will be used in you app.
Below is a simple example in which hls-player will be used in your app.

<Tabs id="hls-player" items={['JavaScript', 'React']} />{' '}

Expand Down

0 comments on commit 4df6306

Please sign in to comment.