Search code examples
reactjsreact-nativeagora.io

Agora Voice Call Disconnects after 40 seconds


I developed app in react native and for voice calls use Agora. When I connects the call I am able to hear voice for 40 seconds and after that voice loss. When I saw agora analytics it showed graph saying choppy audio. Can anyone help to let me know why voice losts after 40 seconds is there any setting I am missing? Bundle of thanks in advance


Solution

  • I can't seem to reproduce the error using the demo app. The app terminating can be because of a few reasons, it can be cleaned up by the system if it's in background for a while. It can even be quit due to a memory leak. To narrow it down check your app logs.