cybex-dev / twilio_voice

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

TwilioVoice.instance.callEventsListener is not called in incomming call android Flutter #225

Open Aakash-CI opened 5 months ago

Aakash-CI commented 5 months ago

Issue Summary

TwilioVoice.instance.callEventsListener is not called in incomming call android

Steps to Reproduce

  1. The outgoing calls are working fine
  2. TwilioVoice.instance.callEventsListener is called when outgoing calls are initiated
  3. TwilioVoice.instance.callEventsListener is not called for incomming calls i have configured notification also

Here is the incomming notification data but TwilioVoice.instance.callEventsListener is not called.

[log] Message title: null, body: null, data: {twi_message_id: RU28825847568e04f2030a9b39829e5782, twi_params: clientNumber=%2B12673544809, twi_to: client:b3e3fed850cf45a17576eb45220bae54, twi_from: +918320683575, twi_answer_timeout: 600, twi_message_type: twilio.voice.call, twi_bridge_token: **_UrK-fWdzZIugRV_i4wxEgVvOqBhvzocyOEKa79X5I1WRML8fBiXiYMBfEWjyJ5UTAWNfV5WdJQYEryz2atlv7noZS8cyAXnMhF3nb5VHi8nn8yGQz2SivMsPee1NiS7dXqaSoLOVRm-86egxjX40-3YTat0-SE44xo4-} D/CallkitTelecom(16635): [TelecomUtilities] reportIncomingCall number: Hien Nguyen, uuid: *****-902d-45dd-ac4a-49aaa79f7782

Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?

@cybex-dev @diegogarciar @KPR7168 @eopeter @GKPK

Dev-Devarsh commented 5 months ago

I have the same issue ,

@cybex-dev @diegogarciar @KPR7168 @eopeter @GKPK

Dev-Devarsh commented 5 months ago

Any update? @cybex-dev @diegogarciar @GKPK