cybex-dev / twilio_voice

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

Direct Connect Flutter To Twilio #238

Open EmpiricPV opened 3 months ago

EmpiricPV commented 3 months ago

Is there any method of this package which is through can i directly connect to the Twilio? Using of the Twilio accountSid and AuthToken

Issue: E/TwilioVoicePlugin(17329): No registered phone account, call registerPhoneAccount() first

cybex-dev commented 3 months ago

Hi @EmpiricPV,

Thanks for reaching out. Please use TwilioVoice.instance.registerPhoneAccount() to solve the problem.

For further reading, see here.