Hi everyone,
I am currently developing a feature for a client’s construction business website (http://portaking.pk/) and we want to enable “Virtual Site Tours” for customers.
My goal is to allow a user to book a slot on the website, which then automatically generates a unique Zoom meeting link and emails it to them.
My Stack:
-
WordPress (Frontend)
-
PHP/Laravel (Backend)
The Question: Should I be using the Zoom Meeting SDK for Web to embed the video directly on the page, or is it better to just generate the join URL via the Zoom API and redirect the user to the Zoom app? I want to keep the user on the site as much as possible, but I’ve read about performance issues with the Web SDK on mobile browsers.
Any advice from those who have built similar booking flows would be appreciated!
Thanks.