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 #2433

Merged
merged 5 commits into from
Nov 19, 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 docs/android/v2/how-to-guides/install-the-sdk/size.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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** |
Expand All @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions docs/javascript/v2/how-to-guides/debugging/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
16 changes: 5 additions & 11 deletions docs/javascript/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`

### Breaking
- Aspect ratio should be passed as string inside css for roomkit-react components

### Added

Expand All @@ -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
Expand Down
Loading