hoxfon / react-native-twilio-programmable-voice

React Native wrapper for Twilio Programmable Voice SDK
MIT License
181 stars 152 forks source link

connectionDidConnect does not trigger an event in both android and ios #162

Closed Samsritha1596 closed 3 years ago

Samsritha1596 commented 3 years ago

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.61.5 What version of react-native-twilio-programmable-voice are you running? 3.21.3 What device are you using? (e.g iOS10 simulator, Android 7 device)? Ios 13 , android 10 Is your app running in foreground, background or not running? Foreground Is there any relevant message in the log? If using iOS, which pod version are you using? 1.9.2 Step to reproduce

Advanced: Have you tried adding break point using AndroidStudio or XCode and analyse the logs? Yes can share a project with issue? Did you try to reinstall the pods completely? Yes

jdegger commented 3 years ago

It seems like you're not on the newest version of this plugin. Can you please upgrade and try again? If you still encounter the problem please feel free to reopen this issue.

Also include code examples of what you're doing. Based on what you provided now, we can not help you I'm sorry.

Samsritha1596 commented 3 years ago

I have upgraded the new version of this plugin. When user receives the call no event fired , How to get call "Accepted" status

TwilioVoice.addEventListener('connectionDidConnect', function(data) { console.log('connectionDidConnect status',data); })

jdegger commented 3 years ago

Where are you accepting the call. In your own interface?

Samsritha1596 commented 3 years ago

In normal voice call

On Wed, 11 Nov 2020, 7:59 pm Jesse Degger, notifications@github.com wrote:

Where are you accepting the call. In your own interface?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hoxfon/react-native-twilio-programmable-voice/issues/162#issuecomment-725454163, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFRMCHYIU7VC26TVHNRPCTSPKNTNANCNFSM4TFHMV7A .

jdegger commented 3 years ago

Sorry your description needs to be more elaborate.

tragicmj commented 2 years ago

Any update on this?