No Bluetooth Audio In Zoom Android App: Solution and Explanation

Getting Bluetooth headphones or headsets to work with the Zoom Android app can be a frustrating experience. This quick post documents the issue I ran into along with its solution.

Solution: Assign Nearby Devices Permissions

If your Bluetooth device is connected to your phone but doesn’t show up in Zoom, you probably need to assign nearby devices permissions to the Zoom app.

Explanation

The root cause of this issue is two-fold:

Misleading Android Permission Naming

When an app like Zoom requests Bluetooth connect permissions, the Android OS displays a prompt that is more than a little misleading. It asks the user (source):

Allow Zoom to find, connect to and determine the relative position of nearby devices?

Do you see the term Bluetooth mentioned anywhere? Of course not. That’s why many people - including myself - tend to not grant the requested permission.

Misleading Zoom App Error Message

When Zoom starts and finds that it doesn’t have nearby devices permissions, it complains as follows:

Unable to access Bluetooth

Please allow Zoom Workplace to access your Bluetooth from device settings.

Do you see the term nearby devices anywhere? Again: of course not. Apparently, that would be too easy 😞.

Resources

Comments

Related Posts

Identifying MS Teams Application Instances & Counting App Starts

Identifying MS Teams Application Instances & Counting App Starts
Microsoft Teams is a web application that needs a browser as a runtime environment. In order to keep things simple - at the expense of disk space - the Teams installation package contains not only the actual web app but also all components that are needed to run it, including Chromium. When you launch Teams, you’re really launching the Chromium browser, which then executes the embedded Teams web app. Teams’ browser-based architecture presents challenges when you want to count the number of Teams instances that are running or when you need to find out how many instances of Teams have been started. This article presents multiple ways to determine accurate application usage data.
Applications

How to Convert/Recreate PNG Logos to SVG With Inkscape

How to Convert/Recreate PNG Logos to SVG With Inkscape
Bitmaps tend to have noise and imperfections, especially if they’ve been generated by AI. Vector graphics, on the other hand, trace the outline of elements with elegant curves. Converting from the real world of bitmaps to the ideal world of vectors requires ignoring the actual pixels and seeing an idealized structure instead. That is not something automated conversion tools can do today, at least not those I’ve tested. Instead of converting a PNG to SVG you should, therefore, recreate it in a vector graphics image editor. This article shows how to do that in the free Inkscape.
Applications