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..73de0fe40 100644 --- a/docs/javascript/v2/release-notes/release-notes.mdx +++ b/docs/javascript/v2/release-notes/release-notes.mdx @@ -16,17 +16,10 @@ 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-11-11 - -| Package | Version | -| --------------------------------- | ------- | -| @100mslive/hms-video-store | 0.12.24 | -| @100mslive/react-sdk | 0.10.24 | -| @100mslive/roomkit-react | 0.3.24 | -| @100mslive/hms-whiteboard | 0.0.14 | -| @100mslive/hls-player | 0.3.24 | -| @100mslive/hms-noise-cancellation | 0.0.1 | -| @100mslive/hms-virtual-background | 1.13.24 | +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` + +### Breaking +- Aspect ratio should be passed as string inside css for roomkit-react components ### Added @@ -35,6 +28,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