cybex-dev / twilio_voice

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

[ANDROID] After `TwilioVoice.instance.unregister();` still receiving calls #195

Closed tanmoy27112000 closed 10 months ago

tanmoy27112000 commented 10 months ago

Issue Summary

During logout i am using the unregister command , still receiving call for that account.

Steps to Reproduce

  1. register for calling
  2. logout and unregister
  3. check for incoming call
cybex-dev commented 10 months ago

Hi @tanmoy27112000,

Which platform are you using?

tanmoy27112000 commented 10 months ago

Android

cybex-dev commented 10 months ago

@tanmoy27112000 thank you for pointing this issue out - I've confirmed it is a major bug and will put out a hotfix asap.

cybex-dev commented 10 months ago

@tanmoy27112000 fix has been added, I'll tag you when hotfix has been released to pub.dev.

cybex-dev commented 10 months ago

https://github.com/cybex-dev/twilio_voice/releases/tag/0.1.3

cybex-dev commented 10 months ago

Released 0.1.3 to pub.dev