ScreenCloud
Newcomer
Newcomer
since ‎2024-10-31
‎2024-11-01

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received
Important updates from Zoom Support:
  • Effective immediately, customers with subscription plans greater than $10 USD/month may receive live chat support. Sign in and visit our contact page to view your support options.

  • Starting February 1, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to keep using SMS/MMS capabilities on their numbers.

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...