From 5f62a0700ca1759478bd2e25d686534f1c59708a Mon Sep 17 00:00:00 2001 From: Decoder07 Date: Fri, 28 Jun 2024 12:59:19 +0530 Subject: [PATCH 1/2] added release notes for 1.10.4 --- .../v2/release-notes/release-notes.mdx | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/flutter/v2/release-notes/release-notes.mdx b/docs/flutter/v2/release-notes/release-notes.mdx index a8a49298d..e945cfc38 100644 --- a/docs/flutter/v2/release-notes/release-notes.mdx +++ b/docs/flutter/v2/release-notes/release-notes.mdx @@ -11,6 +11,32 @@ nav: 99 | hmssdk_flutter | [![Pub Version](https://img.shields.io/pub/v/hmssdk_flutter)](https://pub.dev/packages/hmssdk_flutter) | | hms_video_plugin | [![Pub Version](https://img.shields.io/pub/v/hms_video_plugin)](https://pub.dev/packages/hms_video_plugin) | +## 1.10.4 - 2024-06-28 + +| Package | Version | +| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | +| hms_room_kit | 1.1.4 | +| hmssdk_flutter | 1.10.4| +| hms_video_plugin | 0.0.1 | + +### hmssdk_flutter + +- Live Transcription in webRTC calls + + HMSSDK now provides support for transcription in webRTC calls. You can now start/stop transcription using `HMSTranscriptionController` methods. HMSSDK provides also provides callbacks for transcription start/stop events. Learn more about it [here](https://www.100ms.live/docs/flutter/v2/how-to-guides/extend-capabilities/live-captions) + +- Applications no longer need to request permissions for camera, microphone etc. HMSSDK handles the permissions internally.Checkout the [permissions guide](https://www.100ms.live/docs/flutter/v2/quickstart/quickstart#add-permissions) + +### hms_room_kit + +- Introducing live transcription options in prebuilt + + Prebuilt now supports live transcription for better accessibility. Users can enable or disable live transcription from the prebuilt interface. + +Uses Android SDK 2.9.59 & iOS SDK 1.12.0 + +**Full Changelog**: [1.10.3...1.10.4](https://github.com/100mslive/100ms-flutter/compare/1.10.3...1.10.4) + ## 1.10.3 - 2024-06-12 | Package | Version | From aff83248da11d0edbbf44ab6137c7d25b3698c5c Mon Sep 17 00:00:00 2001 From: Decoder07 Date: Mon, 1 Jul 2024 12:33:17 +0530 Subject: [PATCH 2/2] Updated date --- docs/flutter/v2/release-notes/release-notes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flutter/v2/release-notes/release-notes.mdx b/docs/flutter/v2/release-notes/release-notes.mdx index e945cfc38..ebea6d84e 100644 --- a/docs/flutter/v2/release-notes/release-notes.mdx +++ b/docs/flutter/v2/release-notes/release-notes.mdx @@ -11,7 +11,7 @@ nav: 99 | hmssdk_flutter | [![Pub Version](https://img.shields.io/pub/v/hmssdk_flutter)](https://pub.dev/packages/hmssdk_flutter) | | hms_video_plugin | [![Pub Version](https://img.shields.io/pub/v/hms_video_plugin)](https://pub.dev/packages/hms_video_plugin) | -## 1.10.4 - 2024-06-28 +## 1.10.4 - 2024-07-01 | Package | Version | | -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |