I succeeded in showing the Zoom App in Zoom Desktop Client through the sample “Advanced Zoom Apps Sample” below
(https://github.com/zoom/zoomapps-advancedsample-react)
I hope to create a button on the Zoom App screen, and when I click on that button, I would like the call to go through the Zoom Phone.
In order for this to work, I tried creating the link like below within the sample code, but it did not work.
<a href="tel:+1234567889">Call to manager</a>
In short, on the right side of the Zoom App screen, I would like to create the calling button, and upon dialing, the call would be made via Zoom Phone.
Please advise.