From 9fd1d0fe29f0eb7f6eef1dd659142c7304ce6d2e Mon Sep 17 00:00:00 2001 From: ygit Date: Mon, 16 Oct 2023 13:57:28 +0530 Subject: [PATCH] updated docs (#1810) --- docs/flutter/v2/changelog/release-notes.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/flutter/v2/changelog/release-notes.mdx b/docs/flutter/v2/changelog/release-notes.mdx index 7472d9a89b..791fb11c44 100644 --- a/docs/flutter/v2/changelog/release-notes.mdx +++ b/docs/flutter/v2/changelog/release-notes.mdx @@ -10,6 +10,24 @@ 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.0 - 2023-10-16 + +### Added + +- Large Room Support + - Added first class "Hand Raise" apis: `raiseLocalPeerHand`, `lowerLocalPeerHand`, `lowerRemotePeerHand` + - Added `onPeerListUpdate` event on `HMSUpdateListener`, This requires overriding the `onPeerListUpdate` method in all implementations of HMSUpdateListener. + - Added "Peer List Iterator" APIs - `getPeerListIterator` + + For more details refer [here](https://www.100ms.live/docs/flutter/v2/how-to-guides/interact-with-room/peer/large-room) + +- Added `isHandRaised` property on `HMSPeer` class instance + +- Added `initialising` property on `HMSBrowserRecordingState` class instance + +Updated to Android SDK 2.7.7 & iOS SDK 1.1.0 + +**Full Changelog**: [1.8.0...1.9.0](https://github.com/100mslive/100ms-flutter/compare/1.8.0...1.9.0) ## 1.8.0 - 2023-09-15