Hello,
I am integrating the Web Zoom Meeting SDK (Client View) into my website.
Issue: According to the Supported Features documentation, the Client View supports the Whiteboard feature.
However, I am noticing inconsistent behaviour based on the role passed in the signature:
Role 1 (Host): I can see the “Whiteboard” option under the “Show More” menu (or toolbar), and it works as expected.
Role 0 (Participant): The “Whiteboard” option is completely missing from the UI.
Questions:
Is this the expected behaviour for the Web Client View SDK?
Does the Web SDK respect the Account Level setting “Allow participants to share whiteboard”? (I want to ensure I don’t need to force role=1 just to allow users to use the whiteboard).
Is there a specific config or init parameter required to expose the Whiteboard button for non-hosts?
Technical Details:
SDK Version: 5.0.4
View: Client View
Any guidance on how to enable Whiteboards for participants (role 0) would be appreciated.
Thanks!