Skip to content

Commit

Permalink
Sdk/enable hardware echo cancellation (#1625)
Browse files Browse the repository at this point in the history
* Added release notes

* Enabled hardware echo cancellation by default

* released sample app version 1.5.84 (384) 🍀
  • Loading branch information
Decoder07 authored Nov 6, 2023
1 parent 83d89ed commit d1361fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class HMSTrackSettingsExtension {
hmsVideoTrackHashMap: HashMap<String, Any?>?,
): HMSTrackSettings {
var hmsAudioTrackSettings = HMSAudioTrackSettings.Builder()

hmsAudioTrackSettings.setUseHardwareAcousticEchoCanceler(false)
hmsAudioTrackSettings.setPhoneCallMuteState(PhoneCallState.DISABLE_MUTE_ON_VOIP_PHONE_CALL_RING)

hmsAudioTrackHashMap?.let { audioHashMap ->
Expand Down
2 changes: 2 additions & 0 deletions packages/hmssdk_flutter/example/ExampleAppChangelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The application is crashing while joining a room with server recording ON
Unable to hide header and footer
- https://100ms.atlassian.net/browse/FLUT-44

- Enabled hardware echo cancellation on android devices

Room Kit: 1.0.3
Core SDK: 1.9.1
Android SDK: 2.7.9
Expand Down
4 changes: 2 additions & 2 deletions packages/hmssdk_flutter/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId "live.hms.flutter"
minSdkVersion 21
targetSdkVersion 33
versionCode 383
versionName "1.5.83"
versionCode 384
versionName "1.5.84"
}

signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions packages/hmssdk_flutter/example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.83</string>
<string>1.5.84</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -48,7 +48,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>383</string>
<string>384</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit d1361fc

Please sign in to comment.