cybex-dev / twilio_voice

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

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

Open agent515 opened 1 month ago

agent515 commented 1 month 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)