Maintenance is being performed on Zoom's support site on November 4 that may cause support impact. For more information, please click here.
Everything you need to work together, all in one place.
Explore Zoom One's Collaboration ToolsConnect virtually from anywhere with Zoom Meetings
Collaborate together with Zoom Chat
Call the world with Zoom Phone
Create and brainstorm with Zoom Whiteboard
Rich conversation analytics to improve sales
Send and receive messages and calendar invitations
Bring fluid interactions to hybrid teams with Zoom Huddles
Remove the hassle of traditional scheduling with Zoom Scheduler
Innovative video solutions for every meeting space.
Bring meeting spaces online with Zoom Rooms
Conference Room Connector links existing rooms to Zoom
Innovative solutions for every space
Solutions to host impactful virtual and hybrid experiences.
Find a Solution for Every EventHost hybrid and virtual events with Zoom Events
Elevate your brand with single session events powered by Zoom Sessions
Broadcast at scale with Zoom Webinars
Host and attend classes, group events, and more OnZoom
An omnichannel cloud solution optimized for video.
Engage customers with Zoom Contact Center
Deliver intelligent support with conversational AI
Optimize contact center agent performance and engagement
Zoom solutions elevate collaboration across vertical use cases.
Discover Zoom Industry SolutionsEnabling exciting new ways to teach, learn, and connect globally
Transforming client engagement and employee experiences
Improving collaboration between agencies, ministries and constituents
Connecting care, collaboration, and medical innovation
Real-time communication, anywhere in the world
Bridging the in-store and online experiences
Expert support and services for all your design, strategy, implementation, event, and hardware needs.
Global Services
Hardware purchase and subscription options
Flexible subscription plans for hardware
Protect certain data at rest with your own encryption keys
An open platform that allows developers to build Zoom apps and integrations.
Explore thousands of apps that work with or within Zoom
Explore over 1,500 apps in Zoom App Marketplace
Documentation for building with Zoom's technology using SDKs, APIs, and webhooks
Documentation for building on Zoom's platform using APIs, Webhooks, and SDKs
Post your questions and get help from our developer community
Zoom Partners bring Zoom's communications platform to market through alliance, sales, and service partnerships.
Explore Zoom's technology ecosystem
Find a trusted Partner
Learn about Zoom's Partner Programs
Access marketing & sales resources
Login to the Partner Portal and click 'Learn'
Discover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds2022-05-13 07:42 AM - edited 2022-05-13 10:25 AM
This is weird. We recently upgraded from zoom-5.9.1 to 5.10.4. Everything looked fine initially, but within a few days we stumbled over an odd bug. Everything works fine if zoom is invoked by just typing "zoom" at the command line. But, if you click a link that results in zoom being invoked like this:
zoom 'zoommtg://virginia.zoom.us/join?action=join&confno=12345&pwd=xxxxx'
we find that background blur doesn't work. If blur is on by default, the zoom video will remain black. If blur isn't on by default, things work fine until blur is turned on, at which point the video will freeze. This behavior only happens when zoom is invoked with a zoommtg uri on the command line. Blur and everything else behaves normally if zoom is just invoked by typing "zoom".
Interestingly, the bad behavior happens even if zoom is invoked with a "blank" zoommtg uri that doesn't point to a meeting:
zoom 'zoommtg://virginia.zoom.us/'
My guess is that this is a command-line parsing problem that results in memory corruption.
For now, we've reverted back to version 5.9.1, which behaves normally with or without a zoommtg link.
EDIT:
Just a couple of other pieces of information. The bug described above has been observed on machines with Intel graphics and also machines with Radeon graphics. We've tested Centos 7.9 and Almalinux 8.6, running kernel 3.10.0-1160.49.1.el7.x86_64 and 4.18.0-372.9.1.el8.x86_64 respectively. All of that makes me think the bug isn't specific to particular hardware or OS/kernel versions.
If the bug really is a memory overflow, it could have serious security implications.
ANOTHER EDIT:
This bug also affects Ubuntu 20.04 running kernel 5.13.0-35-generic.
MORE DETAILS:
It looks like the bug happens whenever the first argument given to zoom looks like a URI. For example, all of the following cause the bug to occur:
zoom 'zoommtg://example.com'
zoom 'http://blarg'
zoom 'ftp://blarg'
zoom 'blarg://blarg'
but the following command doesn't invoke the bug:
zoom 'blarg'
Maybe this implies that the bug is in a URI parser?
2022-05-18 08:41 AM - edited 2022-05-18 08:43 AM
I am seeing the same on Arch linux when launching from a link, it started withe most recent update. Version: 5.10.6 (2943) installed via Pacman.
When I connect via a meeting id and passcode it works fine.
Arcolinux distro of arch linux running kernel 5.17.7-arch1-2
2022-05-28 08:53 AM
I'm having the same problem. Running CentOS 7 (3.10.0-1160.62.1.el7.x86_64) and upgraded to zoom-5.10.6.3192-1.x86_64, but command line invocation simply doesn't start. Line in log says "zoom started.
Something went wrong while running zoom, exit code is 1. ZoomLauncher exit." I'm having trouble finding an older version so that I can downgrade (to 5.9.1?); help?
2022-05-31 06:33 AM
Hi Kresko,
That sounds like it might be a different problem. With some previous versions of zoom on Linux it's been necessary to set the following environment variable in order to get Zoom's video to behave properly:
export QT_XCB_GL_INTEGRATION=xcb_egl
You might give that a try. If that doesn't work, try turning off compositing in your window manager settings.
What I'm seeing only affects the "blur background" functionality.
2022-06-30 02:43 PM
It looks like version 5.11.1 (3595) may have fixed this.