Skip to content

Commit

Permalink
Added release notes for 1.10.4 (#1791)
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 authored Jun 28, 2024
1 parent 35ffa97 commit 61946dd
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/hms_room_kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,28 @@
| 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.1.4 - 2024-06-28

| Package | Version |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| hms_room_kit | 1.1.4 |
| hmssdk_flutter | 1.10.4 |

### 🚀 Added

- 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 `hmssdk_flutter` package version 1.10.4

## 1.1.3 - 2024-06-12

| Package | Version |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| hms_room_kit | 1.1.3 |
| hmssdk_flutter | 1.10.3 |
| hms_video_plugin | 0.0.1 |

### 🚀 Added

Expand Down
23 changes: 23 additions & 0 deletions packages/hmssdk_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@
| 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.10.4 - 2024-06-28

| Package | Version |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| hms_room_kit | 1.1.4 |
| hmssdk_flutter | 1.10.4 |
| hms_video_plugin | 0.0.1 |

### ✨ Added

- 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)

### 🛠️ Changed

- 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)

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 61946dd

Please sign in to comment.