diff --git a/packages/hms_room_kit/CHANGELOG.md b/packages/hms_room_kit/CHANGELOG.md index 5ded47fe0..618586698 100644 --- a/packages/hms_room_kit/CHANGELOG.md +++ b/packages/hms_room_kit/CHANGELOG.md @@ -5,6 +5,42 @@ | 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.0.9 - 2024-01-15 + +| Package | Version | +| -------------- | ------------------------------------------------------------------------------------------------------ | +| hms_room_kit | 1.0.9 | +| hmssdk_flutter | 1.9.6 | + +### 🚀 Added + +- Added: Enhanced Chat Controls + + - 📌 Pin and Hide Messages + + Elevate your chat experience with our new room kit feature. Effortlessly pin messages to keep them visible at the top of your chat, or hide messages to remove them from view. + + - 🔒 Chat Moderation + + Gain more control over your chat environment. You can now temporarily block peers within a session, preventing them from sending messages. + + - 👥 Recipient Selector + + Communication tailored to your needs. Send broadcast messages, reach specific groups or roles, and initiate direct messages (DMs) to particular peers with ease. + + - 📋 Copy Messages + + Simplify your interactions. Copy any message quickly with just a single tap, enhancing your chat efficiency. + +- Added Skip Preview functionality + + 100ms Prebuilt now supports skipping preview screen, while changing roles. This can be configured from 100ms dashboard. + If preview screen is skipped, then mic and camera will be muted by default. + +### 🛠️ Fixed + +- Fixed participants list bugs + ## 1.0.8 - 2023-12-15 | Package | Version | diff --git a/packages/hms_room_kit/README.md b/packages/hms_room_kit/README.md index 6d75cf752..85fb04eed 100644 --- a/packages/hms_room_kit/README.md +++ b/packages/hms_room_kit/README.md @@ -1,4 +1,4 @@ -[![100ms-svg](https://user-images.githubusercontent.com/93931528/205858417-8c0a0d1b-2d46-4710-9316-7418092fd3d6.svg)](https://100ms.live/) +# 100ms Room Kit 🎉 [![Pub Version](https://img.shields.io/pub/v/hms_room_kit)](https://pub.dev/packages/hms_room_kit) [![License](https://img.shields.io/github/license/100mslive/100ms-flutter)](https://www.100ms.live/) @@ -9,8 +9,6 @@ [![Activity](https://img.shields.io/github/commit-activity/m/100mslive/100ms-flutter.svg)](https://github.com/100mslive/100ms-flutter/projects/1) [![Register](https://img.shields.io/badge/Contact-Know%20More-blue)](https://dashboard.100ms.live/register) -# 100ms Room Kit 🎉 -

Prebuilt - Edtech

diff --git a/packages/hmssdk_flutter/CHANGELOG.md b/packages/hmssdk_flutter/CHANGELOG.md index 8c5adf1ae..47ca3c5a5 100644 --- a/packages/hmssdk_flutter/CHANGELOG.md +++ b/packages/hmssdk_flutter/CHANGELOG.md @@ -5,6 +5,27 @@ | 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.6 - 2024-01-15 + +| Package | Version | +| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | +| hms_room_kit | 1.0.9 | +| hmssdk_flutter | 1.9.6 | + +### ✨ Added + +- Added `isLargeRoom` property in `HMSRoom` class to check whether the current room is a large room or not + +### 🔄 Changed + +- `setSessionMetadataForKey` method now supports `dynamic` type for `data` parameter instead of `String?` type. + + Learn more about Session Store [here](https://www.100ms.live/docs/flutter/v2/how-to-guides/interact-with-room/room/session-store#setting-a-value-for-a-specific-key). + +Updated to Android SDK 2.8.5 & iOS SDK 1.4.1 + +**Full Changelog**: [1.9.5...1.9.6](https://github.com/100mslive/100ms-flutter/compare/1.9.5...1.9.6) + # 1.9.5 - 2023-12-15 | Package | Version | diff --git a/packages/hmssdk_flutter/README.md b/packages/hmssdk_flutter/README.md index 370c9035c..7eccea214 100644 --- a/packages/hmssdk_flutter/README.md +++ b/packages/hmssdk_flutter/README.md @@ -1,4 +1,4 @@ -[![100ms-svg](https://user-images.githubusercontent.com/93931528/205858417-8c0a0d1b-2d46-4710-9316-7418092fd3d6.svg)](https://100ms.live/) +# 100ms Flutter SDK 🎉 [![Pub Version](https://img.shields.io/pub/v/hmssdk_flutter)](https://pub.dev/packages/hmssdk_flutter) [![Build](https://github.com/100mslive/100ms-flutter/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/100mslive/100ms-flutter/actions/workflows/build.yml) @@ -10,8 +10,6 @@ [![Activity](https://img.shields.io/github/commit-activity/m/100mslive/100ms-flutter.svg)](https://github.com/100mslive/100ms-flutter/projects?type=classic) [![Register](https://img.shields.io/badge/Contact-Know%20More-blue)](https://dashboard.100ms.live/register) -# 100ms Flutter SDK 🎉 -

Prebuilt - Edtech