Skip to content

Commit

Permalink
Merge branch 'main' into 1.16.4iOSRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
gzerad authored Oct 14, 2024
2 parents a5abf3b + 8c4641a commit f5d3f2a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
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

0 comments on commit f5d3f2a

Please sign in to comment.