Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: <Microphone Permission on macOS Sonoma> #2178

Closed
SquareCircle99 opened this issue Oct 6, 2023 · 9 comments
Closed

[Bug]: <Microphone Permission on macOS Sonoma> #2178

SquareCircle99 opened this issue Oct 6, 2023 · 9 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@SquareCircle99
Copy link

What happened?

Hello all again!
I'm actually not certain if this bug is the fault of macOS itself or if it has to do with M3, but I figured I'd ask.
Whenever we play a piece of media that has audio on M3 and then share the screen through Zoom, macOS will display a popup stating "Meeting Media Manager would like to access your microphone."
IMG-20231003-WA0005
We click OK but the popup keeps coming back every time we share something despite the fact that the application has already been whitelisted as can be seen on the picture
PXL_20231004_230034181
I tested the same scenario (sharing a piece of media with audio through Zoom) with JWL instead of M3 and the popup never appeared.
To makes matters a little more bothersome, the popup prevents media playback until it has been dismissed; which requires clicking "OK" several times for some reason.
Any ideas would be greatly appreciated!

To Reproduce

  1. Play a piece of media that has audio (video, song, etc) on M3
  2. Share the screen through Zoom, click "share audio" checkbox

What did you expect to happen?

For the popup to not appear.

Version

v23.8.1

What platform are you seeing the problem on?

MacOS

Relevant log output

No response

Screenshots

No response

Additional context

No response

@SquareCircle99 SquareCircle99 added the bug Something isn't working label Oct 6, 2023
@mtdvlpr
Copy link
Collaborator

mtdvlpr commented Oct 6, 2023

Hi @SquareCircle99, that's a weird one! I'm also not sure who's to blame for this.

@mtdvlpr
Copy link
Collaborator

mtdvlpr commented Oct 6, 2023

This might be related: jitsi/jitsi-meet-electron#611

@mtdvlpr
Copy link
Collaborator

mtdvlpr commented Oct 6, 2023

@sircharlo
Copy link
Owner

So in other words, try this:

  • quit M³
  • remove the microphone permission completely
  • relaunch M³

If that doesn't fix the issue, try this:

  • open Terminal
  • run the following command: codesign --force --deep --sign - /Applications/Meeting Media Manager.app (make sure to use the correct path)

@SquareCircle99
Copy link
Author

Thanks guys!

So in other words, try this:

* quit M³

* remove the microphone permission completely

* relaunch M³

If that doesn't fix the issue, try this:

* open Terminal

* run the following command: `codesign --force --deep --sign - /Applications/Meeting Media Manager.app` (make sure to use the correct path)

I'll give this a shot and report back.

@SquareCircle99
Copy link
Author

Forcing things via the Terminal worked!! The popup only came up once and then disappeared for good as it's supposed to.
In order to get the command to work however I actually had to rename M3 to something else as running it as "Meeting Media Manager.app" kept giving me the "no such file in directory" error message.

@sircharlo
Copy link
Owner

I wonder if this is only an issue with Sonoma 🤔 If so, it might be worth it to add a note to the installation docs.

@sircharlo sircharlo added the wontfix This will not be worked on label Oct 12, 2023
@sircharlo
Copy link
Owner

Docs updated.

@heymenshan
Copy link

The terminal command solved my issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants