I could solve my problem, for some reason the autoadjust for the microphone volume has put the volume of the USB webcam's microphone to zero...
Search Criteria
Package Details: zoom 6.4.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zoom.git (read-only, click to copy) |
---|---|
Package Base: | zoom |
Description: | Video Conferencing and Web Conferencing Service |
Upstream URL: | https://zoom.us/ |
Keywords: | call conference meeting video |
Licenses: | LicenseRef-zoom |
Submitter: | edh |
Maintainer: | edh |
Last Packager: | edh |
Votes: | 689 |
Popularity: | 7.84 |
First Submitted: | 2015-08-15 13:18 (UTC) |
Last Updated: | 2025-05-21 02:34 (UTC) |
Dependencies (31)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libdrm (libdrm-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsm
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxcursor
- libxfixes
- libxi (libxi-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libxrender
- libxshmfence
- libxslt (libxslt-gitAUR)
- libxtst
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa-fp8-gitAUR, vulkan-terakan-gitAUR, mesa-amber)
- Show 11 more dependencies...
Required by (1)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 37 38 39 40 41 42 43 44 45 46 47 .. 83 Next › Last »
PhotonX commented on 2021-11-15 13:03 (UTC)
gj545rndmu commented on 2021-11-10 09:30 (UTC) (edited on 2021-11-10 09:34 (UTC) by gj545rndmu)
Wayland Zoom screen sharing doesn't seem to work under Gnome 41 anymore!?
Edit: Okay just found this: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4665#note_1283742
So either Zoom fixes it on their side, or as a workaround set global.context.unsafe_mode = true
via Alt-F2
.
PhotonX commented on 2021-11-05 12:03 (UTC)
After some update Zoom stopped recognizing the microphone from the USB webcam. In other applications the microphone works, Pulseaudio settings also show the input signal correctly.
I tried the solution from the pinned comment, that is, setting system.audio.type=alsa, but it didn't help. Zoom works with an old analog mic though.
Any ideas what I could try? Thanks!
sergefan commented on 2021-10-23 13:33 (UTC)
@harpium If you are using Wayland then currently there is no fix for this. Zoom under Wayland can only share the entire screen or the whiteboard according to the Zoom official support.
harpium commented on 2021-10-22 05:24 (UTC)
I'm only able to share my entire screen and not specific windows on Manjaro GNOME. Does anyone know a fix to this?
simple commented on 2021-10-15 05:35 (UTC)
I'm in agreement with @openmindead regarding the ibus requirement. As it is not explicitly required by Zoom for functionality (only specified as such in the .deb packaging) it should be made an optional dependency since it's likely that those needing ibus for alternate character input will already have it installed but those who don't are just burdened by an unnecessary extra install.
Proposed change to PKGBUILD:
depends=('fontconfig' 'glib2' 'libpulse' 'libsm' 'ttf-font' 'libx11' 'libxtst' 'libxcb'
'libxcomposite' 'libxfixes' 'libxi' 'libxcursor' 'libxkbcommon-x11' 'libxrandr'
'libxrender' 'libxshmfence' 'libxslt' 'mesa' 'nss' 'xcb-util-image'
'xcb-util-keysyms' 'dbus')
optdepends=('ibus: InputBus for alternate character/emoji entry'
'pulseaudio-alsa: audio via PulseAudio'
'qt5-webengine: SSO login support'
'picom: extra compositor needed by some window managers for screen sharing'
'xcompmgr: extra compositor needed by some window managers for screen sharing')
More info https://hashman.ca/zoom/
mvdan commented on 2021-10-07 09:15 (UTC)
I've also been running Zoom with xwayland for over a year now - their Wayland support just crashes too easily. At every major release I try Wayland again, and it just crashes again :)
nadavz commented on 2021-10-07 09:12 (UTC)
I've fixed many Wayland related crashes by changing Zoom to use X11. cp /usr/share/applications/Zoom.desktop ~/.local/share/applications/
and apply
< Exec=/usr/bin/zoom %U
---
> Exec=env QT_QPA_PLATFORM=xcb /usr/bin/zoom %U
pintert3 commented on 2021-10-03 18:59 (UTC)
@je-vv thanks for your suggestions, I tried most of them but none in particular made immediate impact, however, I believe it was probably a sort of glitch when some hosts added me to a meeting. If the host ever went offline, the problem would clear from that point onwards. The last update cleared the issue. Thanks again
sispus commented on 2021-09-30 07:11 (UTC)
hi,
I am unable to get sound in zoom with pipewire on archlinux. As hv15 says, changing the line system.audio.type=default
to system.audio.type=alsa
in ~/.config/zoomus.conf
works. However, I cannot use bluetooth headphones, it requires bluetooth to connect for alsa ( using bluez-alsa
) package and make necessary configurations (which results not to use pipewire for bluetooth).
Are there anyone use pipewire without problem?
Pinned Comments
erbrecht commented on 2024-11-19 13:06 (UTC)
@Rhinoceros - I finally got screen sharing to work under KDE with Wayland. Looks like I'm using the same versions as you:
I followed the Screen share section on the Zoom wiki page:
https://wiki.archlinux.org/title/Zoom_Meetings
The only thing I didn't need to do was set XDG_CURRENT_DESKTOP=gnome. I followed the other steps, and now I can choose my desktop/window to share. Prior to following the wiki I couldn't stop screen sharing without the hanging issue, which I was experiencing prior to 6.2.10.
edh commented on 2016-08-26 11:03 (UTC) (edited on 2017-03-09 10:48 (UTC) by edh)