From a5ba38144f160228920d8fe03b718aa787dba979 Mon Sep 17 00:00:00 2001 From: Aniket Kadam Date: Mon, 17 Jun 2024 10:30:53 +0530 Subject: [PATCH] Update release notes (#2281) --- docs/android/v2/release-notes/release-notes.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/android/v2/release-notes/release-notes.mdx b/docs/android/v2/release-notes/release-notes.mdx index 4125e9290..591daa283 100644 --- a/docs/android/v2/release-notes/release-notes.mdx +++ b/docs/android/v2/release-notes/release-notes.mdx @@ -18,6 +18,20 @@ import AndroidSdkVersionShield from '@/common/android-sdk-version-shield.md'; | live.100ms:video-filters: || | live.100ms:virtual-background: || +## v2.9.61 - 2024-06-17 +## Fixed +* Bug that could cause tracks to remain muted if the same HMSSDK instance is used to join a room fixed. +* `setNoiseCancellationEnabled` now takes a mandatory `HMSActionResultListener` because it may not have been enabled if it's either off from the dashboard or the library isn't added and it was unclear if it was enabled. It is also renamed to `enableNoiseCancellation` +* `getNoiseCancellationEnabled` renamed to `isNoiseCancellationEnabled` +* `isNoiseCancellationAvailable` renamed to `isNoiseCancellationSupported` +* + + +## Added +* Set up to add diagnostic tests. +* Added noise cancellation start/stop events. +* Added support to enable noise cancellation from the dashboard. + ## v2.9.60 - 2024-06-07 ### Added - New API `VideoFrameInfoListener` to receive `rotatedWidth`, `rotatedHeight` and `rotation` to help change the virtual background on orientation changes to avoid stretching.