hoxfon / react-native-twilio-programmable-voice

React Native wrapper for Twilio Programmable Voice SDK
MIT License
180 stars 153 forks source link

Did not get any response in callInviteCancelled event listener #169

Open ErfanOrangetoolz opened 3 years ago

ErfanOrangetoolz commented 3 years ago

I got the incoming call response. But i am facing an issue. When caller canceled call, that time callInviteCancelled should call. But i did not get any response in this listener. For that I can not add some functionalities. I also got this issue for missed call. I did not get the reason behind this issue.

i added the following codes for TwilioVoice.addEventListener('callInviteCancelled', function (data) { console.log("callInviteCancelled event") console.log(data) })

Can anyone help me in this situation.

jdegger commented 3 years ago

Hi @ErfanOrangetoolz I believe this is a bug with the current stable. I have marked the issue as a bug and added it to the backlog.

ErfanOrangetoolz commented 3 years ago

Ok. Thanks. Please inform me if any update release

On Sat, 5 Dec 2020, 5:25 pm Jesse Degger, notifications@github.com wrote:

Hi @ErfanOrangetoolz https://github.com/ErfanOrangetoolz I believe this is a bug with the current stable. I have marked the issue as a bug and added it to the backlog.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hoxfon/react-native-twilio-programmable-voice/issues/169#issuecomment-739238111, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARYII74EBIWSNE7DTCLUXMTSTIKA5ANCNFSM4UDWZH4Q .

ErfanOrangetoolz commented 3 years ago

Also have a question, how can I unregister device in android?

On Sat, 5 Dec 2020, 6:16 pm Mohammad Erfanul Islam Sifat, < erfan.orangetoolz@gmail.com> wrote:

Ok. Thanks. Please inform me if any update release

On Sat, 5 Dec 2020, 5:25 pm Jesse Degger, notifications@github.com wrote:

Hi @ErfanOrangetoolz https://github.com/ErfanOrangetoolz I believe this is a bug with the current stable. I have marked the issue as a bug and added it to the backlog.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hoxfon/react-native-twilio-programmable-voice/issues/169#issuecomment-739238111, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARYII74EBIWSNE7DTCLUXMTSTIKA5ANCNFSM4UDWZH4Q .

jdegger commented 3 years ago

Unregister on Android is currently unavailable https://github.com/hoxfon/react-native-twilio-programmable-voice/issues/172