ScreenCloud
New Member
New Member
since ‎2024-10-31
‎2024-11-01

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

User Activity

Hi, We have been developing Zoom Rooms application for a big while and we faced the issue that MacOS can't turn on the developer tool by using command `defaults write ZoomChat webview.context.menu true` as it is mentioned on the site https://devforum...
We've implemented, integrated, and tested Zoom Apps SDK on Zoom Rooms both Windows and MacOS. https://www.npmjs.com/package/@zoom/appssdk ```const config = await zoomAppsSdk.config({ capabilities: ["getZoomRoomContext"], });``` However, what we found...