React - Best practices for notifying second user that the meeting has started/auto join it via React?

Description
A clear and concise description of what the question is.

Building a web app for 1 on 1 tele conferencing in React

If a physician starts the conference, what is the best method for letting the client know that the meeting has started? I assume some room #s may be different given the different physicians, etc?

Thanks!

Error
The full error message or issue you are running into.

Which version?
Latest

Smartphone (please complete the following information):
Browsers

Hi @stevelizcano,

You can start by downloading our sample web app[1] for the 1 on 1 teleconferencing. To let your client know that a meeting has started, you can use our Meeting.Started webhook[2], here is a guide to get you started with webhooks as well[3].

1 - https://github.com/zoom/sample-app-web
2 - https://marketplace.zoom.us/docs/api-reference/webhook-reference/meeting-events/meeting-started
3 - https://marketplace.zoom.us/docs/guides/tools-resources/webhooks

Let us know if you have any other questions.

Thanks