Hello Zoom Developers
i’m facing some problems using the zoom web meeting-sdk
if i share the screen for a pdf file for example , i can’t access the header control that contains the control buttons (Pause , Video , Audio , Participants , Chat ,…) as the picture show
also the participant list didn’t show so if someone at the meeting talk i have to leave the file i shared and return to the browser to see who is talking or sending a message at the chat
the annotation also didn’t show
even that i enable all the options like : screenShare: true,
isSupportChat: true,
isLockBottom: false,
What Can i do for that?
Thank you for your response
NOTE : the photo i shared using the zoom Workplace application , may at the web meeting sdk embedded the control header and the participants list didn’t show
Hi @abdulrahman.kbm02
Thanks for reaching out to us
Can you please confirm you are in the latest version of the Web meetings SDK?
Are you able to replicate this issue with our sample app?
Hi @elisa.zoom
Thank you for your respond
i’m using this meeting sdk version “@zoom/meetingsdk”: “^3.11.2”,
and i’m building an next js app so i didn’t find an sample for the next js , i used react js sample and make some modifications to adapt with next js
so i don’t know if there is something special to enable the things i need
Thank you for your cooperation