From 52dc28ac4cf1a20c881431a0e8af60d6326ec222 Mon Sep 17 00:00:00 2001 From: KaustubhKumar05 Date: Tue, 19 Nov 2024 12:36:19 +0530 Subject: [PATCH] fix: update release notes --- docs/android/v2/how-to-guides/install-the-sdk/size.mdx | 4 ++-- docs/javascript/v2/how-to-guides/debugging/faq.mdx | 4 ---- docs/javascript/v2/release-notes/release-notes.mdx | 4 ++++ 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/android/v2/how-to-guides/install-the-sdk/size.mdx b/docs/android/v2/how-to-guides/install-the-sdk/size.mdx index c4db0260a..08d272cf4 100644 --- a/docs/android/v2/how-to-guides/install-the-sdk/size.mdx +++ b/docs/android/v2/how-to-guides/install-the-sdk/size.mdx @@ -11,7 +11,7 @@ These are accurate for sdk version `2.9.64` and room-kit version `1.2.18`. ## Increase in Android APK size: | Module Name | arm64-v8a | armeabi-v7 | x86 | x86_64 | -| -------------------|--------------|----------------|-----------|-------| +| ------------------|--------------|----------------|-----------|--------| | Android Sdk | **6.7MB** | **5.7MB** | **7.3MB** | **7.6MB** | | Video View | **10.2KB** | **10.2KB** | **10.2KB** | **10.2KB** | | Virtual Background | **15.4MB** | **12.9MB** | **4.0MB** | **4.0MB** | @@ -23,7 +23,7 @@ These are accurate for sdk version `2.9.64` and room-kit version `1.2.18`. ### Room Kit | Module Name | arm64-v8a | armeabi-v7 | x86 | x86_64 | -| -------------------|--------------|----------------|-----------|-------| +|-------------------|--------------|----------------|-----------|--------| | Room Kit | **12.4MB** | **11.4MB** | **13.0MB** | **13.3MB** | The `room-kit` module already includes the following libraries: diff --git a/docs/javascript/v2/how-to-guides/debugging/faq.mdx b/docs/javascript/v2/how-to-guides/debugging/faq.mdx index fe3123d3a..8e1cc4180 100644 --- a/docs/javascript/v2/how-to-guides/debugging/faq.mdx +++ b/docs/javascript/v2/how-to-guides/debugging/faq.mdx @@ -165,10 +165,6 @@ The maximum allowed duration for a session on the 100ms platform is 12 hours. You can get the HLS URL in several ways based on whether you use 100ms client SDKs or a custom integration for playback; please check the [HLS guide](../../foundation/live-streaming#live-stream-playback) for more information. -#### I get type errors related to WebRTC Stats, for example, 'Cannot find name RTCInboundRtpStreamStats'. - -The supported version of TypeScript for the SDK is `4.7.4`. You could update to any version above 4.4 or if you are on an old version of TypeScript and cannot do a major upgrade you can set `skipLibCheck: true` in your tsconfig file. - #### Why is my screenshare not working on mobile browsers? The screenshare API(getDisplayMedia) is not yet supported on mobile browsers. Refer [this](https://caniuse.com/?search=getDisplayMedia) for supported browsers. diff --git a/docs/javascript/v2/release-notes/release-notes.mdx b/docs/javascript/v2/release-notes/release-notes.mdx index 211de421f..76ccf7bfd 100644 --- a/docs/javascript/v2/release-notes/release-notes.mdx +++ b/docs/javascript/v2/release-notes/release-notes.mdx @@ -28,6 +28,9 @@ description: Release Notes for 100ms JavaScript SDK | @100mslive/hms-noise-cancellation | 0.0.1 | | @100mslive/hms-virtual-background | 1.13.24 | +### Breaking +- Aspect ratio should be passed as string inside css for roomkit-react components + ### Added - Added a new field - `track_type` - in `HMSException` when there is a Track exception @@ -35,6 +38,7 @@ description: Release Notes for 100ms JavaScript SDK ### Fixed +- Newer Typescript versions are now supported - Tiles going out of view in recording for 480p resolution when there are more than 3 peers - Roomkit Prebuilt: Previous session's device selection not being preserved when Skip Preview was enabled - Roomkit Prebuilt: Peer stuck on loading screen after staying in preview for 15 mins instead of being redirected to the leave page