Has anyone been able to confirm a member in the Waiting Room via the API?

I have a process where when a certain user enters the waiting room I check if he is on the paying list -

  1. If he is on the paying list I want to approve him via the API (I couldn’t find a way)
  2. If he is not on the paying list - I want to write to him that he is not on the paying list and not approve him for entry.
    Does anyone know if this is possible via the API
    I just need to figure out how to approve the person waiting in the waiting room and I believe I will manage later.
    Many thanks!

Hi @Itay1 , you can programmatically admit a user to a meeting from the waiting room with some of our MSDK clients via the admit function. I’ve linked the function documentation for each client where this feature is available below:

MSDK Web - Component View

  • NOTE: Here is the list of features supported in the client vs. web view of MSDK

MSDK macOS

MSDK for iOS

MSDK for Windows

MSDK for Linux

MSDK for Android