Skip to content

Commit

Permalink
updated docs (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit authored Oct 16, 2023
1 parent a0b3ac2 commit 9fd1d0f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/flutter/v2/changelog/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

1 comment on commit 9fd1d0f

@vercel
Copy link

@vercel vercel bot commented on 9fd1d0f Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.