Skip to content
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

Twilio device ready is not giving any callbacks #155

Closed
pruthvirajkarur opened this issue Aug 22, 2020 · 1 comment
Closed

Twilio device ready is not giving any callbacks #155

pruthvirajkarur opened this issue Aug 22, 2020 · 1 comment

Comments

@pruthvirajkarur
Copy link

Hi I am trying to implement twilio for voice calls in my react native project.

I have successfully installed the npm
and when i do initWithToken i am getting success
const success = await TwilioVoice.initWithToken("twilio token is sent here");

But i am not able to receive any call backs in the listners.

  TwilioVoice.addEventListener('deviceReady', () => {
      console.log('deviceReady ===========');
 });

I am not able to proceed further without getting any events for the listners.

My applicaiton is in foreground and i tries in both android and ios

Below are the verisons used
"react-native-twilio-programmable-voice": "^3.21.3
pod used pod 'TwilioVoice', '~> 2.0.0' for ios
react-native-cli: 2.0.1
react-native: 0.62.2

@jdegger
Copy link
Collaborator

jdegger commented Oct 27, 2020

Hi, since a long time has passed I will be closing this issue. Read our repository update in #158. I invite you to reopen this issue when you still have problems so we can debug the problems together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants