Skip to content

Commit

Permalink
trunk formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Oct 30, 2023
1 parent a28ce00 commit 4900ad6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ plugins:
lint:
enabled:
- [email protected]
- checkov@2.5.9
- [email protected].1
- checkov@3.0.12
- [email protected].2
- [email protected]
- [email protected].0
- [email protected].4
- [email protected]
- [email protected]
- [email protected]
Expand Down
8 changes: 2 additions & 6 deletions packages/hms_room_kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,16 @@
| 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.0.4

### 🚀 Added
- Bug fixes and Performance improvements

## 1.0.3 - 2023-10-16

### 🚀 Added

- Large Room Support

- Enhanced Participants list to accommodate up to 20,000 peers in a room.

- Added recording state indicator: showcasing "initializing" and "running" states.
- Added `Lower Hand` Capability in Participant list
- Added `Lower Hand` Capability in Participant list

### Fixed

Expand Down
21 changes: 9 additions & 12 deletions packages/hmssdk_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
# Latest Versions

| Package | Version |
| ------------------| --------------------------------------------------------------------------------------------------------- |
| 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.9.1

**Full Changelog**: [1.9.0...1.9.1](https://github.com/100mslive/100ms-flutter/compare/1.9.0...1.9.1)
| Package | Version |
| -------------- | ------------------------------------------------------------------------------------------------------ |
| 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.9.0 - 2023-10-16

### Added

- Large Room Support
- Added first class "Hand Raise" apis: `raiseLocalPeerHand`, `lowerLocalPeerHand`, `lowerRemotePeerHand`
- Added `onPeerListUpdate` event on `HMSUpdateListener`, This requires overriding the `onPeerListUpdate` method in all implementations of HMSUpdateListener.
- Added "Peer List Iterator" APIs - `getPeerListIterator`

- Added first class "Hand Raise" apis: `raiseLocalPeerHand`, `lowerLocalPeerHand`, `lowerRemotePeerHand`
- Added `onPeerListUpdate` event on `HMSUpdateListener`, This requires overriding the `onPeerListUpdate` method in all implementations of HMSUpdateListener.
- Added "Peer List Iterator" APIs - `getPeerListIterator`

For more details refer [here](https://www.100ms.live/docs/flutter/v2/how-to-guides/interact-with-room/peer/large-room)

Expand All @@ -33,6 +30,7 @@ Updated to Android SDK 2.7.7 & iOS SDK 1.1.0
### Added

- Added `previewForRole` & `cancelPreview` APIs to preview the audio / video of a particular role before changing into the new Role.

```dart
// preview video of a particular role
await hmsSDK.previewForRole(role: "viewer-on-stage");
Expand All @@ -56,7 +54,6 @@ Updated to Android SDK 2.7.6 & iOS SDK 0.9.12

**Full Changelog**: [1.7.5...1.8.0](https://github.com/100mslive/100ms-flutter/compare/1.7.5...1.8.0)


## 1.7.5 - 2023-08-18

Bug fixes and performance improvements
Expand Down

0 comments on commit 4900ad6

Please sign in to comment.