Skip to content
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 retries multiple times after receiver cuts call without answering #64

Open
6 tasks
TestDevloper1 opened this issue Aug 13, 2024 · 0 comments
Open
6 tasks
Labels
bug Something isn't working

Comments

@TestDevloper1
Copy link

TestDevloper1 commented Aug 13, 2024

Bug Category

  • calling Issue
  • Audio Device Switching
  • Mute / Unmute
  • Hold / Unhold
  • Performance issues
  • Other

SDK Version
Which version of the SDK have you added from pub.dev? Feel free to add the whole dependency implementation:
eg. telnyx_webrtc: ^0.0.16

Describe the bug
Our Flutter application, which uses the Telnyx WebRTC SDK, encounters an issue where the app retries making a call multiple times when the receiving user cuts the call without picking it up. This behavior is unintended and seems to occur because the app does not correctly handle the call state when the call is rejected or canceled by the receiver.

Expected behaviour
The app should recognize that the call was canceled or rejected by the receiving user and should not retry the call.

Potential Cause:
This might be due to incorrect handling of the call state (e.g., interpreting a rejected or canceled state as an opportunity to retry the call).

Suggestions:

  1. Ensure that the app correctly handles all call states (e.g., ringing, busy, canceled, rejected).
  2. Implement state management logic to prevent the app from retrying a call if it was intentionally cut by the receiver.

Logs
Logs show normal call initiation, but no logging occurs when the retry logic is triggered.

@TestDevloper1 TestDevloper1 added the bug Something isn't working label Aug 13, 2024
@TestDevloper1 TestDevloper1 changed the title [Bug] Short Bug Description Call Retries Multiple Times After Receiver Cuts Call Without Answering Aug 13, 2024
@TestDevloper1 TestDevloper1 changed the title Call Retries Multiple Times After Receiver Cuts Call Without Answering Call retries multiple times after receiver cuts call without answering Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant