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

Did not get any response in callInviteCancelled event listener #169

Open
ErfanOrangetoolz opened this issue Nov 26, 2020 · 4 comments
Open

Comments

@ErfanOrangetoolz
Copy link

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
Copy link
Collaborator

jdegger commented Dec 5, 2020

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
Copy link
Author

ErfanOrangetoolz commented Dec 5, 2020 via email

@ErfanOrangetoolz
Copy link
Author

ErfanOrangetoolz commented Dec 5, 2020 via email

@jdegger
Copy link
Collaborator

jdegger commented Dec 7, 2020

Unregister on Android is currently unavailable #172

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

No branches or pull requests

2 participants