How to join a meeting through the server-side?

Meeting SDK Type and Version
3.5.2

Description
Hi guys, my question is, can a user join a meeting through the server? Because I want to add a host to the meeting that can control other users on the server side, and I don’t want an image of it in the meeting, for example, it can cut off the audio of client 1 and also the video, but not physically, but through the server. Is this possible? If not, is there a solution for it?

@behrooz.valikhani ,

In meeting controls can only be done in meeting. In other words, most administrative task needs a user (or a bot) to join the meeting execute them.

Example if you wish to mute a user, you cannot do it using server side API. You will need the host to mute the user, or a bot with host permission to mute the user.

Thanks for your response. Can you give an example of what you said about the bot joining the meeting with access?

@behrooz.valikhani whats your use case?

Here’s the high level overview

  1. Create a SDK Bot
    • Program the bot to join specific meetings / all meetings
    • Administer specific actions necessary
    • Give host / co-host permission if necessary
  2. Publish the SDK Bot

It is pretty hard to get into specifics, until you provide more details on your use case.