Join meeting control by API

  1. Prevent the host to invite the person during the meeting, can we greyed out invite button in the toolbars?

  2. Accepted the invited person to join the meeting only, and prevent the other person to join even they have the meeting URL.

Hi Alpha EDU, 

To assists you with your questions, would you be able to explain further of your use case?

  1. Our API does not have the functionality to gray out buttons on the toolbar.
  2. You can set the approval type to Manually Approve if you do not want the invited person to join the meeting. 

Thanks 

 

In api , userid is required ? so what will be my user id ?

Hi Amol,

You can use the Retrieve a user api and use your email to retrieve your userID - https://zoom.github.io/api/#retrieve-a-user 

GET https://api.zoom.us/v2/users/{email}

Thanks