cybex-dev / twilio_voice

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

No registered phone account, even thought hasRegisteredPhoneAccount gives true #173

Closed tanmoy27112000 closed 10 months ago

tanmoy27112000 commented 11 months ago

Issue Summary

After giving permissions , even thought he hasRegisteredPhoneAccount is returning true I am still getting the error No registered phone account, please user registerPhoneAccount()

cybex-dev commented 11 months ago

@tanmoy27112000 thanks for reporting.

Could you provide more information please:

  1. When does this issue appear? (steps)
  2. On what device(s) do you find this happening on?
  3. Did you enable the calling account? (see enable-calling-account)
cybex-dev commented 11 months ago

@tanmoy27112000 following up on your previous issue - have you resolved this issue?

tanmoy27112000 commented 11 months ago

@cybex-dev its working fine had to add the android side codes properly. we can close the issue

cybex-dev commented 11 months ago

Sure - in-case it may help someone in future, what were you missing?

MohammedErbia commented 11 months ago

Hello @tanmoy27112000

I have the same issue can you explain to me how do you solve it ?

thank in advance

cybex-dev commented 10 months ago

Sure - in-case it may help someone in future, what were you missing?

@tanmoy27112000

cybex-dev commented 10 months ago

@MohammedErbia if you do find a solution, feel free to share it here. I suspect it may be an incorrect state/retained value in-app (Flutter( but can't be sure. This permission value is passed through directly from Android.

See TVMethodChannels.HAS_REGISTERED_PHONE_ACCOUNT for further reading.

cybex-dev commented 10 months ago

Closing due to inactivity/no response.