Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated android sdk to 2.7.9 #1620

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 9 additions & 15 deletions packages/hmssdk_flutter/example/ExampleAppChangelog.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
Board: https://100ms.atlassian.net/jira/software/projects/FLUT/boards/34/

- Fixed userid bug in prebuilt
https://github.com/100mslive/100ms-flutter/pull/1601
Disabled chat from the dashboard but can see chat cta and send message
- https://100ms.atlassian.net/browse/FLUT-97

- Added first class api for hand raise and peer list updates
https://github.com/100mslive/100ms-flutter/pull/1600
Disconnect error message in toast
- https://100ms.atlassian.net/browse/FLUT-136

- Added peer list iterator changes for large rooms
https://github.com/100mslive/100ms-flutter/pull/1602

Bug fixes:

- Fix for local tile inset when inset is disabled after role changed

- VoS joined from flutter cannot be removed from stage
The application is crashing while joining a room with server recording ON
- https://100ms.atlassian.net/browse/FLUT-138

Room Kit: 1.0.3
Core SDK: 1.9.0
Android SDK: 2.7.7
iOS SDK: 1.1.0
Core SDK: 1.9.1
Android SDK: 2.7.9
iOS SDK: 1.1.0
2 changes: 1 addition & 1 deletion packages/hmssdk_flutter/lib/assets/sdk-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"ios": "1.1.0",
"iOSBroadcastExtension": "0.0.9",
"iOSHLSPlayerSDK": "0.0.2",
"android": "2.7.7"
"android": "2.7.9"
}