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 CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
The Zoom Community has won Best Customer Support Community in the 2025 CMX Community Industry Awards!
Celebrate with us2025-04-25 03:44 AM
We're integrating the Zoom Virtual Agent chat client into our web app by following the documentation here: https://developers.zoom.us/docs/virtual-agent/web/chat/
The chat client is attached to a button as suggested in the docs. It works correctly when the page is refreshed directly (hard reload), and the chat button appears as expected. However, when navigating to the page via client-side routing (using Next.js), the chat client does not appear.
We’ve confirmed that the SDK is enabled and available in the global window context, but it seems like the initialization does not re-trigger on client-side navigation.
We’d appreciate guidance on how to properly reinitialize or ensure the chat client loads correctly in single-page app (SPA) scenarios, especially when navigating between routes without a full page reload.