Skip to content

Commit

Permalink
Enabled hardware echo cancellation by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Nov 3, 2023
1 parent 325c1d3 commit 0768f1e
Showing 1 changed file with 0 additions and 2 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

0 comments on commit 0768f1e

Please sign in to comment.