-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call Connection Delay When Accepting Calls in Various App States #809
Comments
Hey @keshav-sf, What kind of delay are we talking about here? Thanks. |
I have same issue like this, it's around 15 - 30 second depends what phone it's use, i've try using entry level processor mediatek g36 it takes 30 seconds or more, when i use mid range processor like SD 782g it takes around 15 - 20 seconds. i found this logs I/org.webrtc.Logging(13135): NativeLibrary: Loading native library: jingle_peerconnection_so like it's load some libraries, |
Hi @deven98, Thanks for your prompt reply! When the callee (receiver) accepts the call while the app is in the background, it typically takes around 1 to 3 seconds to redirect to the call screen. Meanwhile, the caller is redirected from the outgoing call screen to the call screen almost instantly after the call is accepted. Even after both parties are redirected to the call screen, there's still a noticeable delay in voice transmission between the two. For us, the overall delay is mostly around 3 to 4 seconds, but our client has reported delays of approximately 15 to 30 seconds, which is quite concerning for us. While we haven't been able to reproduce such long delays on our end, we suspect it might be due to different network conditions or regions. We'd appreciate any further insights into why this might be happening, and whether there are any network-related optimizations we can make. Thanks again for your help! |
There is a noticeable delay when accepting a call in different app states (terminated, background, and foreground) in a Flutter application using the GetStream SDK.
Steps to Reproduce:
App in Terminated State:
App in Background State:
App in Foreground State (via Notification):
Device Information:
Expected Behavior:
The call should connect immediately after being accepted, regardless of whether the app is in the background, terminated, or foreground state.
Actual Behavior:
There is a delay in connecting the call when the app is in terminated, background, or when accepting from the call screen in the foreground.
Additional Notes:
The text was updated successfully, but these errors were encountered: