cybex-dev / twilio_voice

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

IOS / CallEvent.answer not showing #78

Closed Erchil66 closed 2 years ago

Erchil66 commented 2 years ago

@cybex-dev @diegogarciar i have a question i can receive the incoming call but when i see on my logs i cant see the CallEvent.answer and it's already answered on the other side.

I was planning on create a timer to be run when the CallEvent.answer is triggred so that the timer will start running

cybex-dev commented 2 years ago

See: https://github.com/diegogarciar/twilio_voice/issues/70#issuecomment-1027745189

Erchil66 commented 2 years ago

@cybex-dev thanks.