Skip to content
Open
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
14 changes: 13 additions & 1 deletion docs/android/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,22 @@ import AndroidPrebuiltVersionShield from '@/common/android-prebuilt-version-shie
| live.100ms:virtual-background: |<AndroidSdkVersionShield />|
| live.100ms:hms-noise-cancellation-android: | <AndroidSdkVersionShield /> |

## v2.9.78 - 2025-10-15
### Fixed
* Fix for memory leak issue

## v2.9.77 - 2025-08-07
### Added
* Support for 16kb page size

## v2.9.76 - 2025-04-16
### Fixed
* Screen share rotation crash fix on android 12 and above

## v2.9.74 - 2025-03-3
### Added
* Renamed the namespace of all WebRTC-related files to prevent conflicts with files from other WebRTC vendors when integrated into an application.
### Breaking
### Breaking
* Due to the namespace changes, imports for WebRTC files must be updated from org.webrtc to hms.webrtc throughout the application, if present

## v2.9.73 - 2025-02-12
Expand Down
6 changes: 3 additions & 3 deletions docs/api-reference/javascript/v2/interfaces/HMSActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1432,9 +1432,9 @@ If you want to stop HLS streaming. The passed in arguments is not considered at

#### Parameters

| Name | Type | Description |
| :-------- | :--------------------------------------------------------------- | :---------------------------------------------------- |
| `params?` | [`HLSConfig`](/api-reference/javascript/v2/interfaces/HLSConfig) | HLSConfig - HLSConfig object with the required fields |
| Name | Type | Description |
| :-------- | :-------------- | :---------------------------------------------------- |
| `params?` | `StopHLSConfig` | HLSConfig - HLSConfig object with the required fields |

#### Returns

Expand Down
34 changes: 34 additions & 0 deletions docs/javascript/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,40 @@ description: Release Notes for 100ms.live JavaScript SDK
| @100mslive/hms-noise-cancellation | [![npm version](https://badge.fury.io/js/%40100mslive%2Fhms-noise-cancellation.svg)](https://badge.fury.io/js/%40100mslive%2Fhms-noise-cancellation) |
| @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) |

## 2025-08-26

Released: `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`

### Fixed:

- Additional Permission popup getting shown after dismissing the first one, when audio/video is enabled for first time
- Permission popup not shown when tab is active and then becomes active if permissions are denied earlier

## 2025-08-12

Released: `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`

### Fixed:

- `deviceId` overconstrained error when joining or toggling video/audio for first time or skip preview flows

## 2025-08-08

Released: `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`

### Fixed:

- Use `exact` constraint for deviceId in getUserMedia calls to prevent device selection issues due to this [chromium bug](https://issues.chromium.org/issues/436065976)

## 2025-05-15

Released: `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`

### Fixed:

- Add stop reason for `hls-stop`
- Roomkit Prebuilt: Duplicate `hls-stop` call on end call

## 2024-05-15

Released: `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"id": "yarn && yarn dev"
},
"engines": {
"node": "^18"
"node": "^22"
},
"files": [
"/dist",
Expand Down