-
Notifications
You must be signed in to change notification settings - Fork 91
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
[iOS] Poor call quality on iOS with a lot of jittery #235
Comments
I've discover that this issue is being cause by listening to the |
Did you find a solution for this? Facing the same issue. Here's what it looks like for me:
|
@kirilllapshev by the way this issue is probably a dupe of #207 |
Hey @jd-bus as I inspected the code the error lays in the iOS layer in the isOnHold event, that is triggering hold() Here is the problem https://github.com/cybex-dev/twilio_voice/blob/master/ios/Classes/SwiftTwilioVoicePlugin.swift#L234-L236 when we listen to isOnHold we are not supposed to toggle @cybex-dev is there any specific reason to toggle it? |
Great spotting, thank you! Yes - this is erroneous and should not be toggled. I'll address in next update. |
Issue Summary
Hey when I make a call from/to iOS the quality of the call is very poor. I've tested it using Android and Web and it worked well.
I've also used the
twilio_voice_quickstart
just to make sure that the problems wasn't with the iOS package it self, and it's working fine.Do you know how can I solve this? Am I the only one experiencing it?
Steps to Reproduce
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
I'm using IPhone 13 Pro Max with iOS 17.4.1
The text was updated successfully, but these errors were encountered: