From 99b05cb49edbaae177277b83cd6ef50d2f29a9c8 Mon Sep 17 00:00:00 2001 From: Decoder07 Date: Mon, 4 Mar 2024 12:11:53 +0530 Subject: [PATCH] Updated release notes --- .../v2/release-notes/release-notes.mdx | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/flutter/v2/release-notes/release-notes.mdx b/docs/flutter/v2/release-notes/release-notes.mdx index 9a11a36eb4..fc304af64a 100644 --- a/docs/flutter/v2/release-notes/release-notes.mdx +++ b/docs/flutter/v2/release-notes/release-notes.mdx @@ -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 |