Releases: 100mslive/100ms-flutter
1.9.11
1.9.11 - 2024-02-26
Package | Version |
---|---|
hms_room_kit | 1.0.14 |
hmssdk_flutter | 1.9.11 |
hmssdk_flutter
-
Introducing Leaderboard APIs
Users can now fetch Rankings and Quiz Summary using the
fetchLeaderboard
method. More information about the Leaderboard can be found here
hms_room_kit
-
Introducing Leaderboards to our Quiz experience
Adding Leaderboard to our Quizzes with Leaderboard Summary and Rankings.
Updated to Android SDK 2.9.4 & iOS SDK 1.5.1
Full Changelog: 1.9.10...1.9.11
1.9.10
Package | Version |
---|---|
hms_room_kit | 1.0.13 |
hmssdk_flutter | 1.9.10 |
hmssdk_flutter
-
Introducing Quizzes
Users can now seamlessly create, answer, and manage quizzes using HMSSDK.
More information about Quizzes can be found here.
hms_room_kit
-
Introducing quizzes on prebuilt
Users can now create, manage, and stop quizzes directly from the prebuilt interface
Full Changelog: 1.9.9...1.9.10
1.9.9
Package | Version |
---|---|
hms_room_kit | 1.0.12 |
hmssdk_flutter | 1.9.9 |
hmssdk_flutter
-
Introducing Polls
-
APIs for Comprehensive Poll Management:
quickStartPoll
to start pollsaddSingleChoicePollResponse
&addMultiChoicePollResponse
for adding single and multi choice responsestopPoll
to stop polls
-
Poll Update Listeners for Real-Time Notifications:
- Use
addPollUpdateListener
to start listening to poll updates - Use
removePollUpdateListener
to stop listening to poll updates
- Use
-
Enhanced Poll Permissions within
HMSPermissions
:pollRead
property ensures controlled read access to poll results and details.pollWrite
property enables secure write access, allowing for poll creation and response submission.
More information about Polls can be found here.
-
hms_room_kit
-
Introducing polls on prebuilt
Users can now create, manage, and stop polls directly from the prebuilt interface.
Updated to Android SDK 2.9.0 & iOS SDK 1.5.0
Full Changelog: 1.9.8...1.9.9
1.9.8
1.9.7
Package | Version |
---|---|
hms_room_kit | 1.0.10 |
hmssdk_flutter | 1.9.7 |
hms_room_kit
🚀 Added
-
Auto-Hide Top & Bottom Bars after 5 seconds
Top & Bottom Bars will be hidden after 5 seconds of inactivity.
Updated android SDK to 2.8.8
and iOS SDK to 1.4.2
Full Changelog: 1.9.6...1.9.7
1.9.6
Package | Version |
---|---|
hms_room_kit | 1.0.9 |
hmssdk_flutter | 1.9.6 |
hmssdk_flutter
✨ Added
- Added
isLargeRoom
property inHMSRoom
class to check whether the current room is a large room or not
🔄 Changed
-
setSessionMetadataForKey
method now supportsdynamic
type fordata
parameter instead ofString?
type.Learn more about Session Store here.
hms_room_kit
🚀 Added
-
Enhanced Chat Controls
-
📌 Pin and Hide Messages
Elevate your chat experience with our new room kit feature. Effortlessly pin messages to keep them visible at the top of your chat, or hide messages to remove them from view.
-
🔒 Chat Moderation
Gain more control over your chat environment. You can now temporarily block peers within a session, preventing them from sending messages.
-
👥 Recipient Selector
Communication tailored to your needs. Send broadcast messages, reach specific groups or roles, and initiate direct messages (DMs) to particular peers with ease.
-
📋 Copy Messages
Simplify your interactions. Copy any message quickly with just a single tap, enhancing your chat efficiency.
-
-
Added Skip Preview for Role Change functionality
100ms Prebuilt now supports skipping preview screen, while changing roles. This can be configured from 100ms dashboard. If preview screen is skipped, then mic and camera will be muted by default.
Updated to Android SDK 2.8.5 & iOS SDK 1.4.1
Full Changelog: 1.9.5...1.9.6
1.9.5
Package | Version |
---|---|
hms_room_kit | 1.0.8 |
hmssdk_flutter | 1.9.5 |
Added
-
Added
state
property to recording and streaming classes to get the current state of recording and streaming.Learn more about
HMSStreamingState
andHMSRecordingState
here.
Changed
-
Removed
addTrackByDefault
property fromHMSTextureView
.This should not affect any existing implementation as
addTrackByDefault
was set totrue
by default.
Learn more aboutHMSTextureView
here.
Updated to Android SDK 2.8.3 & iOS SDK 1.4.0
Full Changelog: 1.9.4...1.9.5
1.9.4
Package | Version |
---|---|
hms_room_kit | 1.0.7 |
hmssdk_flutter | 1.9.4 |
Added
-
Added
HMSTextureView
for improved performance of video rendering on Android devices. This is an alternative toHMSVideoView
which is based onSurfaceView
.Learn more about
HMSTextureView
here.
Updated to Android SDK 2.8.3 & iOS SDK 1.3.1
Full Changelog: 1.9.3...1.9.4
1.9.3
Package | Version |
---|---|
hms_room_kit | 1.0.6 |
hmssdk_flutter | 1.9.3 |
Added
- Added
Subscriber Stats
for improved debugging of subscription issues.
Updated to Android SDK 2.8.1 & iOS SDK 1.3.0
Full Changelog: 1.9.2...1.9.3
1.9.2
Package | Version |
---|---|
hms_room_kit | 1.0.5 |
hmssdk_flutter | 1.9.2 |
Changed
-
Auto simulcast in
HMSVideoView
correctly picks the layers based on the size of the view. -
Resolved an issue where after a Call Interruption the voices of users were robotic
-
Resolved an issue where certain DateTime formats prevented users from joining a Room
-
Removed default usage of Software Echo Cancellation. Now, by default Hardware echo cancellation will be used. More information is available here
Updated to Android SDK 2.8.0 & iOS SDK 1.2.0
Full Changelog: 1.9.1...1.9.2