dart-sip-ua
dart-sip-ua copied to clipboard
Doesn't respect audio constraints on Android
Describe the bug I am trying to disable echo cancellation and noise suppression by specifying audio constraints. It works as expected in the web version, but does not work in Android
To Reproduce
Map<String, dynamic> customOptions = <String, dynamic>{
'mediaConstraints': <String, dynamic>{
'audio': <String, dynamic>{
'echoCancellation': false,
'noiseSuppression': false,
},
},
};
await _helper.call(
'sip:12345@localhost',
voiceonly: true,
customOptions: customOptions,
);
Expected behavior Noise and echo are not removed
System Infomation() Flutter SDK Version: 3.10.2 Target OS and Version: Android SDK version 33.0.2, Host OS and Version: macOS 12.2 21D49 darwin-x64