diff --git a/packages/hms_room_kit/CHANGELOG.md b/packages/hms_room_kit/CHANGELOG.md index fcd681034..2d52a6805 100644 --- a/packages/hms_room_kit/CHANGELOG.md +++ b/packages/hms_room_kit/CHANGELOG.md @@ -5,6 +5,21 @@ | 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.16 - 2024-03-15 + +| Package | Version | +| -------------- | ------------------------------------------------------------------------------------------------------ | +| hms_room_kit | 1.0.16 | +| hmssdk_flutter | 1.9.13 | + +### 🚀 Added + +- Ability to join rooms directly without preview + + Prebuilt now allows direct room joining without preview, customizable via the dashboard's "customize prebuilt" section. + +Updated `hmssdk_flutter` package version to 1.9.13 + ## 1.0.15 - 2024-03-04 | Package | Version | diff --git a/packages/hms_room_kit/lib/src/screen_controller.dart b/packages/hms_room_kit/lib/src/screen_controller.dart index caa5c9e37..753daee92 100644 --- a/packages/hms_room_kit/lib/src/screen_controller.dart +++ b/packages/hms_room_kit/lib/src/screen_controller.dart @@ -46,7 +46,6 @@ class ScreenController extends StatefulWidget { class _ScreenControllerState extends State { bool isPermissionGranted = false; late HMSSDKInteractor _hmsSDKInteractor; - var store; bool isLoading = true; HMSConfig? roomConfig; dynamic tokenData; diff --git a/packages/hmssdk_flutter/CHANGELOG.md b/packages/hmssdk_flutter/CHANGELOG.md index 3a3473e93..a0a34ebf1 100644 --- a/packages/hmssdk_flutter/CHANGELOG.md +++ b/packages/hmssdk_flutter/CHANGELOG.md @@ -5,12 +5,30 @@ | 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.13 - 2024-03-15 + +| Package | Version | +| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | +| hms_room_kit | 1.0.16 | +| hmssdk_flutter | 1.9.13 | + +### ✨ Added + +- Leave Room Immediately if App is Killed(iOS only) + + - HMSSDK automatically triggers `leave` method call when the iOS application is terminated. + +Updated to android SDK 2.9.51 + +**Full Changelog**: [1.9.12...1.9.13](https://github.com/100mslive/100ms-flutter/compare/1.9.12...1.9.13) + + # 1.9.12 - 2024-03-04 | Package | Version | | -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | | hms_room_kit | 1.0.15 | -| hmssdk_flutter | 1.9.12 | +| hmssdk_flutter | 1.9.12 | ### ✨ Added