Description
Hi, I am trying to integrate Polls facility in zoom in WebClien SDK but it never shows up even though I have pro account. Can you please help me to figure it out ?
You should also enable from zoom settings.

I have already enabled polls in Zoom Settings but it still not reflected in WebSdk .
What version of the Web SDK are you using? Support for Polls was introduced rather recently.
Thanks,
Alex
Hi ,
Right now I am using 1.9.0 version of WebSdk.
Hey @john.banton01,
Thank you for reaching out. First, make sure that you don’t have isSupportPolling set to false in the ZoomMtg.init() function:

If that doesn’t help, are you able to share code showing how you call init() and join()? I would also try testing with our Sample Web App to see if you encounter the same behavior.
Let me know if that helps.
Thanks,
Max