Customize the UI of Video SDK UI-Toolkit

Hi, I am using VideoSDK ui-toolkit to organize live session. The features I required is almost there. But I want to enable or disable some features for User. That need to control by Host

  1. All participant microphone, camera, chat should be disabled by default except host.
  2. Only host allow to give the access of microphone, camera, screen share to specific users.
  3. One to one chat(User → Host, Host → Everyone /User) should be enable. User → User, User → Everyone should be disabled
  4. Only user can join through our platform, there will be no invitation link available to join the session.
  5. I want to hide session info from user, the info button.
  6. One user can only join from a signle device. If userName already exist in session he will not be allowed to join the session.
  7. User will be able to join the session once it will be started by host. Otherwise session will not start.

Could you please suggest a way to implement those on Video SDK?

1 Like

Hi @dev0807002 I can help with your questions:
1. At the moment, an explicit setting is not available. From my testing audio is disabled by default since the user is required to enable their audio upon joining the session. Video is also turned off by default

  1. At the moment, an explicit setting is not available. However, you can limit the screen share to only the host and
  2. This is not available, currently.
  3. The Video SDK product does not implement join links. This is a system a customer would need to build out.
  4. The session info in the top left corner cannot be hidden, at the moment
  5. and 7. These are behaviors that can be implemented in your platform logic using custom code.