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

updated React Native release notes #2011

Merged
merged 2 commits into from
Feb 16, 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
35 changes: 35 additions & 0 deletions docs/react-native/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,41 @@ nav: 4.1
| @100mslive/react-native-room-kit | [![npm](https://img.shields.io/npm/v/@100mslive/react-native-room-kit)](https://www.npmjs.com/package/@100mslive/react-native-room-kit) |
| @100mslive/react-native-hms | [![npm](https://img.shields.io/npm/v/@100mslive/react-native-hms)](https://www.npmjs.com/package/@100mslive/react-native-hms) |

## 1.9.10 - 2024-02-16

| Package | Version |
| -------------------------------- | ------- |
| @100mslive/react-native-room-kit | 1.1.1 |
| @100mslive/react-native-hms | 1.9.10 |

### react-native-hms

- Introducing Polls

- APIs for Comprehensive Poll Management:
- `startPoll` method to start polls
- `add` method to add responses/vote on poll questions
- `stop` method to end polls

- Poll Update Listeners for Real-Time Notifications:
- Use `addPollUpdateListener` to start listening to poll updates

- Enhanced Poll Permissions within `HMSPermissions`:
- `pollRead` property ensures controlled read access to poll results and details.
- `pollWrite` property enables secure write access, allowing for poll creation and response submission.

### react-native-room-kit

- Introducing polls on prebuilt

Users can now create, manage, and stop polls directly from the prebuilt interface.


Updated to Android SDK 2.9.2 & iOS SDK 1.5.1

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


## 1.9.9 - 2024-02-08

| Package | Version |
Expand Down
Loading