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

Merged
merged 1 commit into from
Jul 31, 2024
Merged
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
33 changes: 33 additions & 0 deletions docs/react-native/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,39 @@ nav: 4.1
| @100mslive/react-native-video-plugin | [![npm](https://img.shields.io/npm/v/@100mslive/react-native-video-plugin)](https://www.npmjs.com/package/@100mslive/react-native-video-plugin) |


## 1.10.9 - 2024-07-31

| Package | Version |
| -------------------------------- | ------- |
| @100mslive/react-native-room-kit | 1.2.2 |
| @100mslive/react-native-hms | 1.10.9 |
| @100mslive/react-native-video-plugin | 1.0.0 |

### react-native-hms

- Added support for runtime permission handling in Android

Users can now request runtime permissions for Camera, Microphone on Android devices. Read more about it [here](https://www.100ms.live/docs/react-native/v2/how-to-guides/set-up-video-conferencing/permissions).

- Added support for running apps on Android 14

- Corrected return types of APIs to be more consistent

### react-native-room-kit

- Added support for default state of Noise Cancellation when entering a Room

Users can now set the default state of Noise Cancellation when entering a Room. This can be set in the Prebuilt Customizer.

- Added support for Switching Role of a Peer in Prebuilt UI

Users can now switch the role of a Peer in the Prebuilt UI. This can be done by clicking on the Peer's name in the Participants List or on the Remote Peer Settings icon.

Uses Android SDK 2.9.64 & iOS SDK 1.15.0

**Full Changelog**: [1.10.8...1.10.9](https://github.com/100mslive/react-native-hms/compare/1.10.8...1.10.9)


## 1.10.8 - 2024-07-10

| Package | Version |
Expand Down
Loading