Skip to content

Commit

Permalink
Merge pull request #2352 from 100mslive/qa
Browse files Browse the repository at this point in the history
Release PR
  • Loading branch information
ygit authored Jul 31, 2024
2 parents 82a3abd + 76db3f0 commit f7da1d4
Showing 1 changed file with 33 additions and 0 deletions.
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

0 comments on commit f7da1d4

Please sign in to comment.