Hi all,
I have created a Zoom meeting link using the Zoom for Salesforce Lightning integration. Now, I want to launch or embed this Zoom meeting directly inside Salesforce CRM, specifically inside a Lightning page using a Lightning Web Component (LWC).
I have started building a custom LWC component and want to embed the Zoom meeting UI inside it so users can join and interact with the meeting without leaving Salesforce.
What I need help with:
- How to embed the Zoom meeting inside an LWC component on a Lightning page?
- How to properly load the Zoom Web SDK dependencies in Salesforce as static resources?
- How to securely generate and pass the Zoom meeting signature to the LWC?
- Any example or best practice for initializing and joining a Zoom meeting using Zoom Web SDK inside Salesforce LWC?
I’m familiar with the basics of Lightning components and Zoom SDK, but I’m stuck on embedding the Zoom UI properly inside Salesforce.
Any pointers, sample code, or documentation links would be really appreciated!
Thanks in advance.