Skip to content

Releases: 100mslive/100ms-flutter

1.9.11

26 Feb 14:36
dfe6ed4
Compare
Choose a tag to compare

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

16 Feb 13:51
833fa7a
Compare
Choose a tag to compare
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

12 Feb 15:22
b59e555
Compare
Choose a tag to compare
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 polls
      • addSingleChoicePollResponse & addMultiChoicePollResponse for adding single and multi choice response
      • stopPoll 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
    • 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

01 Feb 13:46
7364ffb
Compare
Choose a tag to compare
Package Version
hms_room_kit 1.0.11
hmssdk_flutter 1.9.8

hmssdk_flutter

🛠️ Changed

  • Fixed broadcast receiver issues on android 14 devices

    Learn more about this issue here

Full Changelog: 1.9.7...1.9.8

1.9.7

18 Jan 14:07
c221391
Compare
Choose a tag to compare
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

16 Jan 13:39
1c95753
Compare
Choose a tag to compare
Package Version
hms_room_kit 1.0.9
hmssdk_flutter 1.9.6

hmssdk_flutter

✨ Added

  • Added isLargeRoom property in HMSRoom class to check whether the current room is a large room or not

🔄 Changed

  • setSessionMetadataForKey method now supports dynamic type for data parameter instead of String? 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

15 Dec 11:50
4393b85
Compare
Choose a tag to compare
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 and HMSRecordingState here.

Changed

  • Removed addTrackByDefault property from HMSTextureView.

    This should not affect any existing implementation as addTrackByDefault was set to true by default.
    Learn more about HMSTextureView here.

Updated to Android SDK 2.8.3 & iOS SDK 1.4.0

Full Changelog: 1.9.4...1.9.5

1.9.4

08 Dec 07:23
c5154bc
Compare
Choose a tag to compare
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 to HMSVideoView which is based on SurfaceView.

    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

17 Nov 13:50
0e4d5d1
Compare
Choose a tag to compare
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

09 Nov 13:28
0eec62e
Compare
Choose a tag to compare
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