Enabling developer tools on a Mac

Description
I’d like to enable developer tools in Zoom on my mac as described here: Create a Zoom App. I don’t see any “zoom.us.ini” file in my “~/Library/Application Support/zoom.us/data” directory. The only similar one is viper.ini.

I see very different instructions for Mac and Windows in this document where the windows instructions talk about modifying the zoom.us.ini file and the Mac instructions use plutil to change a preference.

What is the right way to enable dev tools on my Zoom client on a Mac?

When on a Mac, make sure that you are entering the command described in that document within the terminal:

$ defaults write ZoomChat webview.context.menu true

Let me know if that helps.

Thank you Max, that works. Looks like the instructions have been updated since I last saw them!