From 9d63c96f617d29947c95515af18396d6835995e2 Mon Sep 17 00:00:00 2001 From: Pushpam <93931528+Decoder07@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:34:58 +0530 Subject: [PATCH] added release notes for 1.10.4 (#2311) * added release notes for 1.10.4 * Updated date --------- Co-authored-by: ygit --- .../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..ebea6d84e 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-07-01 + +| 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 |