Skip to content

Commit

Permalink
added release notes for 1.10.4 (#2311)
Browse files Browse the repository at this point in the history
* added release notes for 1.10.4

* Updated date

---------

Co-authored-by: ygit <[email protected]>
  • Loading branch information
Decoder07 and ygit authored Jul 1, 2024
1 parent 0e6daa0 commit 9d63c96
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/flutter/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 9d63c96

Please sign in to comment.