Query for Web SDK Integration with Angular 7

Hey @gourav,

I used the same code I shared previously and it worked.

Maybe try upgrading to the Pro Plan, or try having the other user use the Zoom App and see if you see the remote control option.

Thanks,
Tommy

Hi @tommy,
i am receiving 404 error for used css and js.

.
Thanks,
Gourav Pal

Hey @gourav,

I just tested and it is working. Can you confirm?

Apologies this happened.

Related:

Thanks,
Tommy

Hey @gourav,

For remote control, make sure you have this setting enabled:

Thanks,
Tommy

Hi @tommy

Yes, remote control setting is enabled in my account.
Again downloaded new code from githubhttps://github.com/gouravnetsutra/Zoom-Angular-Remote-Access and change version 1.7.0 methods.
Configured api credentials.
I’m using google chrome browser in india.
Executed angular app and then i’m able start and join meeting from same url.
Another joined user share our screen and host user views joined user screen, but host user is not able to see remote control option.

I’m also trying with Pro account, but host user is not able to see remote control option.
You can check my application on given URL

Please suggest, if anything wrong.

Thanks,
Gourav

Hey @gourav,

I figured it out. You can control someones screen with the Web SDK, if the person sharing their screen is using the Zoom Client (native app).

Here are the combinations:

Web SDK to Web SDK = Can’t control either screen
Web SDK to Zoom Client App = Can control the Zoom Client App screen
Zoom Client App to Web SDK = Can’t control Web SDK screen
Zoom Client App to Zoom Client App = Can control either screen

Thanks,
Tommy

Hi @tommy,

Thanks for update and remote access is working for Web SDK to Zoom Client App.
Is it possible, Zoom Client App can control the Web SDK screen using remote access?

Thanks,
Gourav

1 Like

Hey @gourav,

We will work on Zoom Client App to Web SDK remote access.

Thanks,
Tommy

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 @gourav,

Unfortunately this is not possible with the Web SDK.

Thanks,
Tommy

Hey @tommy,
Is it possible to display “Annotate” icons, when user control the Zoom Client App from Web SDK.

Thanks,
Gourav

Hey @gourav,

Not at this time, but we are working on this in Q2.

Thanks,
Tommy

Thank You @tommy, for update.

1 Like

Happy to help! :slight_smile:

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.

1 Like

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

Hey everyone,

Here is the official Angular Web SDK Sample App:

Thanks,
Tommy