Accessing browser APIs from the web view of the Zoom app

Is it possible to access all the browser APIs via the web view in the Zoom app’s embedded browser?

Are some APIs locked by Zoom’s web view?

Greatly appreciate your guidance

Great question! While you can use your Zoom Apps access token to make requests to the Zoom API you’ll want to do that from a backend server that’s able to avoid XSS errors.

From the Zoom Client, your front end can make use of the Zoom Apps JS SDK.

I hope that helps!