-
Notifications
You must be signed in to change notification settings - Fork 152
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
Labels
Comments
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. |
Ok. Thanks.
Please inform me if any update release
…On Sat, 5 Dec 2020, 5:25 pm Jesse Degger, ***@***.***> 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
<#169 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARYII74EBIWSNE7DTCLUXMTSTIKA5ANCNFSM4UDWZH4Q>
.
|
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, ***@***.***>
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
> <#169 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ARYII74EBIWSNE7DTCLUXMTSTIKA5ANCNFSM4UDWZH4Q>
> .
>
|
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
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.
The text was updated successfully, but these errors were encountered: