Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2024-07-17 11:33 PM
2024-07-22 08:26 AM
Hello @Bernie78,
Welcome to the Zoom Community! We're glad to have you here.
Regarding your concern, it would be best to post it at the Developer Forum.
Have a great day.
2024-07-23 05:11 PM
Hey @Bernie78 ,
You can use these debug functions for the script widget.
It's not exactly the same, but Zoom Contact Center's script widget works similar (but not identical) to Zoom Virtual Agent's script widget, so this article is a good starting point. https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0066773
You can implement logging by using these functions:
log.debug("debugging enabled") log.error("error detected") log.info("info: yes") log.warn("WARNINGS: ")
What is the user story that you're trying to accomplish with the script widget in ZVA?