Hi, I’m developing a plugin and I need my function to trigger when the “Start call” button is clicked on the mobile version.
For pc version I use registerCallButtonAction
For the mobile version I can’t find such a function
Any ideas?
Hi Foxis! Great to hear about your progress on the plugin. Have you tried using the registerCallButtonAction
method within the mobile-specific code? You might need to adapt it for the mobile environment. Here’s the documentation on plugin development, which might have some useful pointers. Let us know if you need further assistance!