Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Mar 4, 2024
1 parent 28422e1 commit 99b05cb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/flutter/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,31 @@ nav: 99
| hms_room_kit | [![Pub Version](https://img.shields.io/pub/v/hms_room_kit)](https://pub.dev/packages/hms_room_kit) |
| hmssdk_flutter | [![Pub Version](https://img.shields.io/pub/v/hmssdk_flutter)](https://pub.dev/packages/hmssdk_flutter) |

# 1.9.12 - 2024-03-04

| Package | Version |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| hms_room_kit | 1.0.15 |
| hmssdk_flutter | 1.9.12 |

### hmssdk_flutter

- Introducing methods to fetch polls, questions, leaderboards and results

Users can now fetch polls based on the poll state, questions for a poll and poll results
using the `fetchPollList`, `fetchPollQuestions` and `getPollResults` methods.
Checkout the docs [here](https://www.100ms.live/docs/flutter/v2/how-to-guides/interact-with-room/room/polls#fetchpolllist)

### hms_room_kit

- Ability to fetch concluded and draft polls

Prebuilt now fetches all the polls happened during the session. Additionally, users can now retrieve draft polls from other platforms and launch them.

Updated to iOS SDK 1.6.0

**Full Changelog**: [1.9.11...1.9.12](https://github.com/100mslive/100ms-flutter/compare/1.9.11...1.9.12)

# 1.9.11 - 2024-02-26

| Package | Version |
Expand Down

0 comments on commit 99b05cb

Please sign in to comment.