1.10.0
Package | Version |
---|---|
hms_room_kit | 1.1.0 |
hmssdk_flutter | 1.10.0 |
hmssdk_flutter
-
Noise Cancellation Integration
You can enhance your app's audio quality with the newly integrated Noise Cancellation feature in HMSSDK. With this addition, control Noise Cancellation settings through the
HMSNoiseCancellationController
Learn more about leveraging this capability in your app by checking the documentation here.
-
SIP Capability
HMSSDK now offers a way to differentiate between SIP and non-SIP users in the Room. You can use the
type
property in theHMSPeer
class to check if a peer is a SIP user.Learn more about SIP Capabilities here.
-
HMSHLSPlayer
now uses Hybrid Composition on Android for better performance.
hms_room_kit
-
Newly designed UI for SIP Peers
SIP peers will now have a newly designed UI to match the overall theme of the application.
-
Enhanced Prebuilt with Noise Cancellation
Prebuilt supports noise cancellation out of the box. Users can enable or disable noise cancellation from the prebuilt interface.
-
All-New HLS Player Interface
HLS Player now has a new look and feel to enhance the overall user experience.
-
Removed
flutter_foreground_task
dependency from prebuiltPrebuilt no longer uses
flutter_foreground_task
package. For apps that require foreground service, the package can be added on the application level.
Uses Android SDK 2.9.54 & iOS SDK 1.8.0
Full Changelog: 1.9.14...1.10.0