cybex-dev / twilio_voice

Flutter Twilio Voice Plugin
https://twilio-voice-web.web.app/
MIT License
40 stars 86 forks source link

Answer and HangUp do not work for ringing Incoming Call on iOS. #244

Open agent515 opened 4 months ago

agent515 commented 4 months ago

Issue Summary

Nothing happens on calling TwilioVoicePlatform.call.answer() and TwilioVoicePlatform.call.hangUp() when an incoming call is ringing on iOS.

Steps to Reproduce

  1. Incoming Call arrives
  2. Ringing event is invoked
  3. Call TwilioVoicePlatform.call.answer() or TwilioVoicePlatform.call.hangUp()
  4. Those method return true but no new event such as declined or answer emitted

Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead? Testing Device: iPhone 14 (iOS 17.5.1)

cybex-dev commented 2 months ago

hi @agent515

I apologize for the delay in response.

Thank you for reaching out and bringing this issue to my attention - I'll investigate this issue.