How to Access Console While Developing Zoom App

Hey there, just started working on a zoom app and in some forum posts I’ve seen users post screenshots of their console while developing their zoom app. I haven’t been able to find any info on actually accessing the console while the zoom app is running within the zoom client (Mac OS) and the zoom app sdk does not load in a browser such as chrome. Am I missing something obvious or is it not possible to access the console?

Run this command in your terminal defaults write ZoomChat webview.context.menu true to be able to access the dev tools while using the zoom app in the client.

1 Like

Dropping the link to our docs on this.

the links not available now, can you please share the updated link, I already set the webview.context.menu to true but I wasn’t able to figure out how to open the console in the zoom client.

Right mouse click on the window and select “Inspect”.

1 Like

Let me know if you’re still running into issues