From 9b54a40d8201c713619b0ae2658dd7c07d76cfbd Mon Sep 17 00:00:00 2001 From: Yogesh Singh Date: Thu, 9 Nov 2023 18:38:04 +0530 Subject: [PATCH] updated Changelog --- packages/hmssdk_flutter/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/hmssdk_flutter/CHANGELOG.md b/packages/hmssdk_flutter/CHANGELOG.md index ae4fa63ad..beab67e80 100644 --- a/packages/hmssdk_flutter/CHANGELOG.md +++ b/packages/hmssdk_flutter/CHANGELOG.md @@ -11,6 +11,8 @@ - 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 + - Removed default usage of Software Echo Cancellation. Now, by default Hardware echo cancellation will be used. More information is available [here](https://www.100ms.live/docs/flutter/v2/how-to-guides/configure-your-device/microphone/echo-cancellation) Updated to Android SDK 2.8.0 & iOS SDK 1.2.0