Hey @tommy,
Could you please share expected date for Zoom Client App to Web SDK remote access?
Thanks,
Gourav
Hey @gourav,
We will get back to you with a timeline or if this is possible. (JIRA: DEVELOPERS-579)
Thanks,
Tommy
Hey @gourav,
Currently w3c does not support remote control so we cannot implement remote access to control the computer of the user who is on the Web SDK.
Thanks,
Tommy
@tommy,
Thanks for your update.
I have another query regarding cursor.
Can we enlarge cursor size for both, when access remote control is allowed.
Thanks,
Gourav
Hey @tommy,
Is it possible to display “Annotate” icons, when user control the Zoom Client App from Web SDK.
Thanks,
Gourav
Happy to help!
For additional questions unrelated to the original topic, please create a new one next time.
Thanks,
Tommy
Hi i tommy i integreated web sdk in angular and it works fine, really you had done a great job thanks. I have one concern , how can a schedule meeting in angular i mean i want to consume zoom meeting api in angular.
Hey @sheikhumer973, thanks for the compliment!
You will need a backend proxy server to call the Create Meeting endpoint. If you try to call from the frontend, you will get a cors error.
Thanks,
Tommy
Hi Tommy,
can you confirm, can i join the meeting using angular if i am having free account, because my client has said to me for demo app then after he will take business account on zoom.
Hi, have problem with web SDK on servers, locally everything is ok.
Saw github repo with zoom-angular integration, did’t help.
version:
“zoomus/websdk”: “^1.7.9”,
If i set optimization:false for production in angular.json, error not showing again.
Hey @ivan,
Can you send me a github link to your code so I can test the issue?
Until then, set optimization to false so it works.
Thanks,
Tommy
Unfortunately I can’t (NDA) :(, i resolved issue by using scripts in index.html, now Angular optimization: true and everything is ok. Will try to use node modules later, maybe mistake in app configs
Happy to hear you got it working!
Thanks,
Tommy
is it mandatory to plane meeting before for reserve meetingId, or we give any random IdMeeting ?
Hey @ouhamza.web.pro,
Yes, you must use a real meeting ID. You can generate one on the Zoom App, Zoom Web UI, or the API.
Thanks,
Tommy