Looking for Guidance on Integrating a Restaurant Menu Website with Zoom

Looking for Guidance on Integrating a Restaurant Menu Website with Zoom

Hi Zoom Developer Community,

I hope everyone is doing well. I’m currently working on a restaurant menu website called Mixue Menu, which provides menu prices and restaurant information in Malaysia.

I’m exploring ways to integrate Zoom into the website for potential features such as:

  • Virtual restaurant events
  • Live menu presentations
  • Food business webinars
  • Customer Q&A sessions

I would like to know:

  1. Is it possible to display Zoom meeting information directly on a website page?
  2. Would the Meeting SDK be the best option for this use case?
  3. Are there any examples of menu or restaurant websites using Zoom integration successfully?

Any recommendations, documentation, or implementation tips would be greatly appreciated.

Thank you in advance for your guidance.

For the website page itself, use the Meeting API from your backend to create or fetch the meeting, then store and render safe fields like topic, start time, duration, and the attendee join link. For a restaurant menu site, that’s usually enough for virtual events, webinars, Q&As, etc.

The Meeting SDK for web is the right choice only when you want visitors to join the Zoom meeting inside your website instead of clicking out to Zoom. If you just need to show meeting details and a Join button.

If you later need automated meeting attendance, recording, or transcripts around these Zoom sessions, Recall.ai’s Meeting Bot API is a simple alternative.