Hi everyone,
I am integrating the Zoom Meeting SDK (client view) version 3.6.1 into a React JS project, and I have two types of users: speakers and listeners.
Requirements:
- Speakers: When a user logs in as a speaker and joins a meeting, I want to display all available meeting controls.
- Listeners: When a user logs in as a listener and joins a meeting, I want to show only the options for audio, video, and leaving the meeting.
Question: Is there a way to hide specific controls in the Zoom Meeting SDK (client view) version 3.6.1 based on these requirements?
Any guidance or suggestions would be greatly appreciated!
Thanks in advance!