ConnectyCube / android-messenger-app

Chat and voice / video calling app using ConnectyCube
https://connectycube.com
Apache License 2.0
51 stars 23 forks source link

Noise and echo during video call #60

Closed payalgoyal closed 4 years ago

payalgoyal commented 4 years ago

While making call from one device to another, as the receiver receives the call, there is lot of noise, and echo.

Device Used:

  1. Samsung A30 (Android Version 9)
  2. Samsung SM-J6 (Android Version 8)

Attached are the callActivity and videoConversation fragment callActivity.txt VideoConversationFragment.txt

payalgoyal commented 4 years ago

Any suggestion for the issue?

TatankaConCube commented 4 years ago

hello @payalgoyal, sorry for long time answer. To manage Echo configuration you can use next config from RTCMediaConfig:

RTCMediaConfig.setUseBuildInAEC(true)

Additionally check this this issue on your devices on another voip apps like Skype, Telegram, Viber, etc.

krunaldarji commented 11 months ago

@TatankaConCube Do we have any solution for flutter SDK?

TatankaConCube commented 10 months ago

@krunaldarji The plugin flutter_webrtc we use for the calling functionality in our Flutter SDK doesn't provide any documentation for additional media configurations. We will try to use some default WebTRC configs and notify you about result.