We’re building an Outlook add-in (web app) and want to add a “Call Client” button. When clicked, it should open Zoom Phone and automatically dial the number without the user needing to click again.
We’ve read the Smart Embed docs and see zp-make-call with an autoCall parameter. Questions:
-
Does
autoCall: truework in 2026 or does it still require a manual click? -
Does Smart Embed work inside an iframe inside an Outlook add-in (Office.js context)?
-
Is there a REST API alternative to initiate an outbound call without Smart Embed?