aircall / aircall-everywhere

SDK to embed and communicate to Aircall phone in any web page
https://aircall.github.io/aircall-everywhere
25 stars 16 forks source link

Event for cancelled call from operator #38

Open zlatoroh opened 3 years ago

zlatoroh commented 3 years ago

Hi,

I am trying to catch when operator cancels incoming call (clicks on the red button). The only event that triggers is incoming_callat the beginning of the call. Event call_end_ringtone is not working in this case... I tried all the available callbacks.

Thank you