Google Workspace Rebrand
We're looking to change from our Primary Domain of a.com to b.com as part of a rebrand; what is the impact on historical and future Zoom meetings to users with this switch? Is data lost? Are they required to reschedule?
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 usZoom App Marketplace has more than 2,000 apps that enhance your Zoom experience and improve workflow and collaboration. Explore the Zoom Community's Recent Activity below to join the Marketplace conversation and connect with other members. If you're still looking for support, browse our Zoom Apps and Marketplace support articles or start a new discussion below!
We're looking to change from our Primary Domain of a.com to b.com as part of a rebrand; what is the impact on historical and future Zoom meetings to users with this switch? Is data lost? Are they required to reschedule?
Hi, having really hard time managing my apps in Zoom. In my account I have Miro and Timer added as apps. When I go into a Zoom call or into my desktop version only Fathom shows up which I don't have as an app anymore and I don't want to see it altogether. Zoom support center is absolutely useless as well. Anybody has any ideas?
Show less
Outlook app causes many problems: double books meetings, does not coordinate times with outlook, etc. It is a great idea, but I am wasting too much time using it. Great idea. You have much work done on it, but you need to finish the job.
I recently came across an intriguing video discussing the upcoming Zoom plugin for Unreal Engine. The features mentioned seemed quite promising, and I'm eager to know more about its capabilities. Could anyone share insights on when this exciting plugin is expected to launch? Any additional details about its functionalities would also be greatly appreciated! Thanks in advance for your help!
Show less
Hello, I'm trying to add Zoom LTI, but I'm getting error 2207 after setup. Could you help me?
Hello community. Thank you in advance for the help you can provide. Hello community. Thank you in advance for the help you can give me. I made an app in the Marketplace of type Webhook only, but I am seeing that I must manually put the webhook Urls in Event Subscription config. My question is the following: is there a Webhook API in Zoom that allows me to subscribe to events and have the URL generated dynamically depending on the user who uses my integration with the APP I made?
Show less
Hi Team, I am integrating Zscaler digital experience zoom call quality and would like to know whether this can work with pro subscription?
Also, can this be possible with free zoom account?
Hi Team, We're trying to get our app published on the zoom marketplace, We submitted it successfully for review, got some feedback and now I'm not able to submit it again. I keep getting this error "The given domain is invalid error" but the domain is verified ( by uploading the HTML file) and it also shows that it is verified. But when I finally click on "Send updates" button, it shows this error. It's also not telling which domain is incorrect, I've checked all the links that we've added for review and they are all correct. Could someone please help me look into it. Relevant Screenshots: https://drive.google.com/drive/folders/1IRV1fN7nEIMI15uuE7Zl7i2oBiadYcuI?usp=drive_link
Marketplace link for my app: https://marketplace.zoom.us/develop/apps/FEMo7kQsQSeIn6tnjgazKw/publish
Show less
``func setUpZoomMetting() { debugPrint("call View Didload") initZoomParams.domain = "https://zoom.us" initZoomParams.enableLog = true let sdkInitReturnStatus = ZoomVideoSDK.shareInstance()?.initialize(initZoomParams) switch sdkInitReturnStatus { case .Errors_Success: debugPrint(" *** SDK initialized successfully") ZoomVideoSDK.shareInstance()?.delegate = self assignTokenAndDetailForJoinSession() default: if let error = sdkInitReturnStatus { debugPrint("*** SDK failed to initialize: \(error)") } } }`` ``func assignTokenAndDetailForJoinSession() { let sessionContext = ZoomVideoSDKSessionContext() sessionContext.token = zoomSessionToken sessionContext.sessionName = zoomSessionName sessionContext.userName = zoomUserName if let session = ZoomVideoSDK.shareInstance()?.joinSession(sessionContext) { debugPrint("Session joined successfully.") startPreview() } else { debugPrint("joinSession: failed.") } }`` - Request :- I require your insights or assistance in identifying and resolving this initialization issue. For reference, I have attached the relevant codebase.- Xcode Version: 15.0.1
- Device: iPhone XR / iOS 17.3.1
- SetUp: I have integrated the Zoom Video SDK using Swift Package Manager from https://github.com/zoom/videosdk-ui-toolkit-ios repository (using the master branch) with my custom UI.
- Current State :- After migrating from Twilio to Zoom, I have successfully set up the backend and integrated everything, and video calls are functioning properly.
- Issue Faced :- Upon creating the video call request for the first time after the app launch, subsequent attempts to request a call with either the same or a different token and session name result in an error with ZoomVideoSDKError(rawValue: 1). I suspect this could be an initialization issue, as upon fresh app launch, the first-time video call connects successfully without any issues.
- Details :- To initialize the Zoom Meeting params, I use the following method every time a user starts a video call:
----- And here's how I assign received token and session detail, obtained from the API ----
Show less