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
- All participant microphone, camera, chat should be disabled by default except host.
- Only host allow to give the access of microphone, camera, screen share to specific users.
- One to one chat(User → Host, Host → Everyone /User) should be enable. User → User, User → Everyone should be disabled
- Only user can join through our platform, there will be no invitation link available to join the session.
- I want to hide session info from user, the info button.
- One user can only join from a signle device. If userName already exist in session he will not be allowed to join the session.
- 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?