-
Notifications
You must be signed in to change notification settings - Fork 9
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
how to handle CANCEL event of INCOMING CALL #34
Comments
Hey, if everything is working correctly then calls to acceptor should return |
@kbalt But is is only happen in case callee accept or reject call. My issue is about how to trigger event to callee (app or web) right after caller cancelled the call. |
Hi, I've quickly build an POC of how the |
@kbalt Sure, I will check it now |
@kbalt Thank you very much, I just checked and it works as expected. |
I ran the accept_invite demo and successfully received calls. However, when the caller cancels the call, the acceptor seems to doesn’t have a method or event to detect this.
The text was updated successfully, but these errors were encountered: