Forum Discussion
microphone not working on Skype For Business for Mac
- Apr 23, 2020
Ciarlino82 Check FabianoGoncalves solution on Sep 25, 2019 at 4:16 AM in the following link:
https://community.spiceworks.com/topic/2158310-mic-not-working-on-skype-for-business-calls-on-mac
It worked for me with Mac Book Pro macOS Catalina a few minutes ago.
Good luck
The solution on that page is to restart SfB. Not a fix.
FabianoGoncalves ∙ Sep 25th, 2019 at 4:16am
==========================================================================
First of all, disable SIP protection in your Mac.
==========================================================================
How to turn off System Integrity Protection in macOS
Click the Apple symbol in the Menu bar.
Click Restart…
Hold down Command-R to reboot into Recovery Mode.
Click Utilities.
Select Terminal.
Type csrutil disable.
Press Return or Enter on your keyboard.
Click the Apple symbol in the Menu bar.
Click Restart…
If you later want to start using SIP once again (and you really should), then follow these steps again, except this time you'll enter csrutil enable in the Terminal instead.
To check if it is disabled, execute the command csrutil status
and confirm the message: System Integrity Protection status: disabled.
==========================================================================
After that,
Manually manipulate the security database TCC.db.
==========================================================================
. Open Terminal
. Make a backup copy of the ~/Library/Application\ Support/com.apple.TCC/TCC.db file
. Open the database by giving command:
sudo sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db
. Provide your password when requested Within sqlite3, For Skype for Business audio fix type in command:
INSERT INTO access VALUES('kTCCServiceMicrophone','com.microsoft.SkypeForBusiness',0,1,1,NULL,NULL,NULL,'UNUSED',NULL,0,1541440109);
. If you receive some error on INSERT, try REPLACE sql command below:
REPLACE INTO access VALUES('kTCCServiceMicrophone','com.microsoft.SkypeForBusiness',0,1,1,NULL,NULL,NULL,'UNUSED',NULL,0,1541440109);
. Type .exit to exit the sqlite3
Skype for Business should be visible in the Security & Privacy preferences Privacy-Microphone view
This is not something the user should be required to do, but until the application is fixed, this might be the only way.
- kennethkliApr 24, 2020Copper Contributor
Here's potentially an easier solution.
1. shut down SfB
2. in your privacy settings, remove / uncheck Skype for Business under Camera.
3. start SfB
4. you should get a prompt to allow camera and mic. Accept.
5. go back to privacy settings and check / confirm that Skype for Business shows up in BOTH Camera and Microphone
- Thomas2470Apr 24, 2020Copper Contributor
kennethkli Hello, that does not help. Same Problem. I reinstalled Catalina on my Mac and installed SfB...runs into the game problem. Microphone does not appear in the safety list to give access.