From e9c6dcd535fe58c13446f65f6c01797e795a332a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:47:54 +0530 Subject: [PATCH 1/7] backmerge: main to qa (#2438) highlight 200 publishing peers in large rooms (#2430) * highlight 200 publishing peers in large rooms * modify * Update create-large-rooms.mdx * Update create-large-rooms.mdx --------- Co-authored-by: ygit Co-authored-by: Aakash Bajaj Co-authored-by: sandeep-100ms <97868012+sandeep-100ms@users.noreply.github.com> --- docs/server-side/v2/how-to-guides/create-large-rooms.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/server-side/v2/how-to-guides/create-large-rooms.mdx b/docs/server-side/v2/how-to-guides/create-large-rooms.mdx index 51b2c3262d..24f99e60f8 100644 --- a/docs/server-side/v2/how-to-guides/create-large-rooms.mdx +++ b/docs/server-side/v2/how-to-guides/create-large-rooms.mdx @@ -94,8 +94,9 @@ When using the above API, following points need to be noted: > **Note** > -> - Large rooms support only 200 publishing peers. Publishing peers are defined as peers with audio and video publishing permissions. -> - Large rooms support a maximum of 200 hand-raises at a single point of time. +> - Large rooms support **only 200 publishing peers.** +> Publishing peers are defined as peers with audio and video publishing permissions. +> - Large rooms also support a maximum of **200 hand-raises** at a single point in time. ## Client-side implementation From 49e66f61c00992f7f6c63dfa219d51165987afd9 Mon Sep 17 00:00:00 2001 From: hdz-666 <93115614+hdz-666@users.noreply.github.com> Date: Fri, 29 Nov 2024 21:03:05 +0530 Subject: [PATCH 2/7] fix: add new changes for release notes --- .../v2/release-notes/release-notes.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/javascript/v2/release-notes/release-notes.mdx b/docs/javascript/v2/release-notes/release-notes.mdx index 319ea3acea..930c9b4807 100644 --- a/docs/javascript/v2/release-notes/release-notes.mdx +++ b/docs/javascript/v2/release-notes/release-notes.mdx @@ -16,6 +16,24 @@ 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) | +## 28-11-2024 + +Released: `@100mslive/hms-video-store@0.12.25`, `@100mslive/react-sdk@0.10.25`, `@100mslive/hls-player@0.3.25`, `@100mslive/roomkit-react@0.3.25`, `@100mslive/hms-whiteboard@0.0.15`, `@100mslive/hms-virtual-background@1.13.25` + +## Breaking + +- Implemented internal method to check if recording should continue + +##Documentation +- updated ReadMe and meta badges for the same + +## Fixed +- remove autohide controls for mweb +- persisting audio & video device selection across local peer's role change +- pip chat height +- Change Audio track constraints when krisp is enabled +- Update packages for commitlint + ## 2024-11-11 Released: `@100mslive/hms-video-store@0.12.24`, `@100mslive/react-sdk@0.10.24`, `@100mslive/hls-player@0.3.24`, `@100mslive/roomkit-react@0.3.24`, `@100mslive/hms-whiteboard@0.0.14`, `@100mslive/hms-virtual-background@1.13.24` From 5c3a5730549d846931fecd582f0864678319eaa4 Mon Sep 17 00:00:00 2001 From: hdz-666 <93115614+hdz-666@users.noreply.github.com> Date: Fri, 29 Nov 2024 21:03:33 +0530 Subject: [PATCH 3/7] fix: add new changes for release notes --- docs/javascript/v2/release-notes/release-notes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/javascript/v2/release-notes/release-notes.mdx b/docs/javascript/v2/release-notes/release-notes.mdx index 930c9b4807..3b4680455b 100644 --- a/docs/javascript/v2/release-notes/release-notes.mdx +++ b/docs/javascript/v2/release-notes/release-notes.mdx @@ -24,7 +24,7 @@ Released: `@100mslive/hms-video-store@0.12.25`, `@100mslive/react-sdk@0.10.25`, - Implemented internal method to check if recording should continue -##Documentation +## Documentation - updated ReadMe and meta badges for the same ## Fixed From 6b28ae5a8bc3c1aacafc995fe0ae21a33a54253e Mon Sep 17 00:00:00 2001 From: hdz-666 <93115614+hdz-666@users.noreply.github.com> Date: Fri, 29 Nov 2024 21:03:51 +0530 Subject: [PATCH 4/7] fix: add new changes for release notes --- docs/javascript/v2/release-notes/release-notes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/javascript/v2/release-notes/release-notes.mdx b/docs/javascript/v2/release-notes/release-notes.mdx index 3b4680455b..93d234a2a1 100644 --- a/docs/javascript/v2/release-notes/release-notes.mdx +++ b/docs/javascript/v2/release-notes/release-notes.mdx @@ -25,7 +25,7 @@ Released: `@100mslive/hms-video-store@0.12.25`, `@100mslive/react-sdk@0.10.25`, - Implemented internal method to check if recording should continue ## Documentation -- updated ReadMe and meta badges for the same +- updated Read Me and meta badges for the Read Me ## Fixed - remove autohide controls for mweb From 1a50d269436bdf2c68077098823c942c8a87dd90 Mon Sep 17 00:00:00 2001 From: Yogesh Singh Date: Fri, 29 Nov 2024 21:34:24 +0530 Subject: [PATCH 5/7] reworded release updates --- .../v2/release-notes/release-notes.mdx | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/docs/javascript/v2/release-notes/release-notes.mdx b/docs/javascript/v2/release-notes/release-notes.mdx index 93d234a2a1..f8c6b51ecc 100644 --- a/docs/javascript/v2/release-notes/release-notes.mdx +++ b/docs/javascript/v2/release-notes/release-notes.mdx @@ -16,23 +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) | -## 28-11-2024 +## 28-11-2024 Released: `@100mslive/hms-video-store@0.12.25`, `@100mslive/react-sdk@0.10.25`, `@100mslive/hls-player@0.3.25`, `@100mslive/roomkit-react@0.3.25`, `@100mslive/hms-whiteboard@0.0.15`, `@100mslive/hms-virtual-background@1.13.25` -## Breaking +### Breaking -- Implemented internal method to check if recording should continue +- Implemented internal method to check if recording should continue when no active elements are present -## Documentation -- updated Read Me and meta badges for the Read Me +### Fixed +- Removed autohiding of Top and Bottom Navigation Bar controls for Mobile Browsers +- Persisting selection of audio input/output & video input device across local peer's role change +- Fixed issue where PIP Chat window's height was not being calculated correctly +- Change Audio track constraints when Noise Cancellation is enabled/disabled -## Fixed -- remove autohide controls for mweb -- persisting audio & video device selection across local peer's role change -- pip chat height -- Change Audio track constraints when krisp is enabled -- Update packages for commitlint ## 2024-11-11 From 926282fb1409284e33eb1743564465a8ed71fd3f Mon Sep 17 00:00:00 2001 From: Yogesh Singh Date: Sat, 30 Nov 2024 12:44:42 +0530 Subject: [PATCH 6/7] updated Release Notes --- docs/javascript/v2/release-notes/release-notes.mdx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/javascript/v2/release-notes/release-notes.mdx b/docs/javascript/v2/release-notes/release-notes.mdx index f8c6b51ecc..dd98c8dd74 100644 --- a/docs/javascript/v2/release-notes/release-notes.mdx +++ b/docs/javascript/v2/release-notes/release-notes.mdx @@ -20,15 +20,11 @@ description: Release Notes for 100ms JavaScript SDK Released: `@100mslive/hms-video-store@0.12.25`, `@100mslive/react-sdk@0.10.25`, `@100mslive/hls-player@0.3.25`, `@100mslive/roomkit-react@0.3.25`, `@100mslive/hms-whiteboard@0.0.15`, `@100mslive/hms-virtual-background@1.13.25` -### Breaking - -- Implemented internal method to check if recording should continue when no active elements are present - ### Fixed -- Removed autohiding of Top and Bottom Navigation Bar controls for Mobile Browsers - Persisting selection of audio input/output & video input device across local peer's role change -- Fixed issue where PIP Chat window's height was not being calculated correctly -- Change Audio track constraints when Noise Cancellation is enabled/disabled +- Changed Audio track constraints when Noise Cancellation is enabled/disabled +- Roomkit Prebuilt: Removed autohiding of Top and Bottom Navigation Bar controls for Mobile Browsers +- Roomkit Prebuilt: Fixed issue where PIP Chat window's height was not being calculated correctly ## 2024-11-11 From b3a5c39450e3f50c94ff063abbc0cb8630022889 Mon Sep 17 00:00:00 2001 From: Yogesh Singh Date: Sat, 30 Nov 2024 12:46:33 +0530 Subject: [PATCH 7/7] updated Release Notes --- docs/javascript/v2/release-notes/release-notes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/javascript/v2/release-notes/release-notes.mdx b/docs/javascript/v2/release-notes/release-notes.mdx index dd98c8dd74..a2051426ce 100644 --- a/docs/javascript/v2/release-notes/release-notes.mdx +++ b/docs/javascript/v2/release-notes/release-notes.mdx @@ -24,7 +24,7 @@ Released: `@100mslive/hms-video-store@0.12.25`, `@100mslive/react-sdk@0.10.25`, - Persisting selection of audio input/output & video input device across local peer's role change - Changed Audio track constraints when Noise Cancellation is enabled/disabled - Roomkit Prebuilt: Removed autohiding of Top and Bottom Navigation Bar controls for Mobile Browsers -- Roomkit Prebuilt: Fixed issue where PIP Chat window's height was not being calculated correctly +- Roomkit Prebuilt: On Chrome 131, fixed issue where PIP Chat window's height was not being calculated correctly ## 2024-11-11