-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twillio.connect() auto disconected #116
Comments
Any updates here? It appears that I am having the same issue. (react native 0.59.8, react-native-twilio-programmable-voice 3.21.1, android emulator API 28) EDIT: It appears my issues were with twilio and not this library. Making some backend changes enabled me to successfully make a call. |
@whwright, Facing the same issue can you please guide me that what to do on backend to resolve this issue, I have been getting this issue from last night. It would be great if you can enlighten me on this. |
@whwright , i have same issue... |
I am also facing this issue. Any updates here ? |
I see that people are actively having problems with this. Please re-test if you also encounter problems on the newest version of this plugin. If people still have this error, we will re-open this issue but please include a reproducible example. Since a long time has passed I will be closing this issue. Read our repository update in #158. |
Hi @Samsritha1596, I refer you to the Twilio docs. https://www.twilio.com/docs/voice/client/tutorials/calls-between-devices |
Hi
I m not getting call_state from connectionDidConnect listener..
Thanks
…On Wed, 28 Oct 2020, 5:14 pm Sam sritha, ***@***.***> wrote:
Thanks
On Wed, 28 Oct 2020, 12:24 pm Jesse Degger, ***@***.***>
wrote:
> Hi @Samsritha1596 <https://github.com/Samsritha1596>, I refer you to the
> Twilio docs.
> https://www.twilio.com/docs/voice/client/tutorials/calls-between-devices
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#116 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AOFRMCCKSEAWWSDMJRP2WJLSM65YZANCNFSM4GYR3RAQ>
> .
>
|
Please file a bug report in a new issue with the issue template filled out and as much information as you have. |
Please include the following information for better support
The more context you provide around this issue the faster the community can help you
Did you follow all the instructions as specified in the Twilio Quickstart repositories?
yes
What version of React Native are you running?
0.55.2
What version of react-native-twilio-programmable-voice are you running?
3.21.1
What device are you using? (e.g iOS10 simulator, Android 7 device)?
Android Emulator API 26
Is your app running in foreground, background or not running?
foreground
Is there any relevant message in the log?
yes
Step to reproduce
After successfully get access token, i'm make call to phonenumber but after initialize success, twillio status connect with null call_from and call_to and in one second twillio status disconected.
The text was updated successfully, but these errors were encountered: