react-native-twilio-programmable-voice icon indicating copy to clipboard operation
react-native-twilio-programmable-voice copied to clipboard

Did not get any response in callInviteCancelled event listener

Open ErfanOrangetoolz opened this issue 5 years ago • 4 comments

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.

ErfanOrangetoolz avatar Nov 26 '20 13:11 ErfanOrangetoolz

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.

jdegger avatar Dec 05 '20 11:12 jdegger

Ok. Thanks. Please inform me if any update release

On Sat, 5 Dec 2020, 5:25 pm Jesse Degger, [email protected] 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 avatar Dec 05 '20 12:12 ErfanOrangetoolz

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

On Sat, 5 Dec 2020, 6:16 pm Mohammad Erfanul Islam Sifat, < [email protected]> wrote:

Ok. Thanks. Please inform me if any update release

On Sat, 5 Dec 2020, 5:25 pm Jesse Degger, [email protected] 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 avatar Dec 05 '20 12:12 ErfanOrangetoolz

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

jdegger avatar Dec 07 '20 07:12 jdegger