Skip to content

Commit

Permalink
Merge pull request #1799 from 100mslive/develop
Browse files Browse the repository at this point in the history
Release 1.10.5: Develop to main
  • Loading branch information
Decoder07 authored Jul 25, 2024
2 parents 5d2be71 + df2416a commit 85a1d95
Show file tree
Hide file tree
Showing 34 changed files with 413 additions and 119 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,16 @@ With support for HLS and RTMP Live Streaming and Recording, Picture-in-Picture (

🤖 Download the Sample Android app here: <https://appdistribution.firebase.dev/i/b623e5310929ab70>

100ms Flutter apps are also released on the App Stores, you can download them here:

📲 iOS app on Apple App Store: <https://apps.apple.com/app/100ms-live/id1576541989>

🤖 Android app on Google Play Store: <https://play.google.com/store/apps/details?id=live.hms.flutter>
100ms Flutter apps are also available on the App Stores, do download them and try it out.

<div>
<a href="https://apps.apple.com/app/100ms-live/id1576541989">
<img height="40" src="docs/static/img/appstore.svg" />
</a>
<a href="https://play.google.com/store/apps/details?id=live.hms.flutter">
<img height="40" src="docs/static/img/googleplay.svg" />
</a>
</div>

## 🚂 Setup Guide

Expand Down
46 changes: 46 additions & 0 deletions docs/static/img/appstore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/static/img/googleplay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions packages/hms_room_kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
| -------------- | ------------------------------------------------------------------------------------------------------ |
| 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) |
| hms_video_plugin | [![Pub Version](https://img.shields.io/pub/v/hms_video_plugin)](https://pub.dev/packages/hms_video_plugin) |

## 1.1.5 - 2024-07-25

| Package | Version |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| hms_room_kit | 1.1.5 |
| hmssdk_flutter | 1.10.5 |

### 🚀 Added

- Noise Cancellation initial state customisation

Noise cancellation initial state can now be customised from the prebuilt customiser.

Uses `hmssdk_flutter` package version 1.10.5

## 1.1.4 - 2024-07-01

Expand Down
Loading

0 comments on commit 85a1d95

Please sign in to comment.