Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release PR #2409

Merged
merged 6 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To run locally
- `yarn` or `npm install`
- `yarn dev` or `npm run dev`

All docs are written in `MDX` this helps use to use React Components along with the flavor of Markdown Syntax.
All docs are written in `MDX`. This allows usage of React components along with the flavor of Markdown Syntax.

All docs reside in the [/docs](https://github.com/100mslive/100ms-docs/tree/main/docs) folder.

Expand Down Expand Up @@ -52,7 +52,7 @@ nav: 14 // Ranking of Item in the Sidebar

By default Nav is given the value of `Infinity` it's important to add `nav` value to order the Sidebar.

But suppose you wanna update the order of 1 doc , then you don't need to change nav value of all them simply make the nav value in between the preceding and next doc it can be in decimal value too.
But suppose you want to update the order of a doc , then you don't need to change the nav values for all of them. Simply make the nav value in between the preceding and next doc. It can be a decimal value too.

### 2. To a new Docs (for v3 and soo on)

Expand Down
14 changes: 14 additions & 0 deletions docs/javascript/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ description: Release Notes for 100ms JavaScript SDK
| @100mslive/hms-virtual-background | [![npm version](https://badge.fury.io/js/%40100mslive%2Fhms-virtual-background.svg)](https://badge.fury.io/js/%40100mslive%2Fhms-virtual-background) |


## 2024-09-30
Released: `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`

### Fixed:
- Roomkit Prebuilt: Make HLS Player take more space in fullscreen mode
- Avatar shown for a split second when vb is enabled in mweb and user returns from background
- In some cases, video not recovering after degradation

## 2024-09-18
Released: `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`

### Added:
- Policy settings applied to tracks on addTrack

## 2024-09-09

Released: `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`
Expand Down
Loading