Forum Discussion
DhananjayPurohit
Feb 24, 2021Copper Contributor
In-meeting-app and tabs app are not able to access mic
I am trying to build a tab and In-meeting-app leveraging web speech API that needs mic access to hear the user, but I think Teams not permitting my app to access the mic. How can get access to the mi...
Mallipriya_MSFT
Feb 25, 2021Brass Contributor
Hi DhananjayPurohit, To enable mic access to tabs you need to allow device permissions from Teams settings. Could you please go through https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/device-capabilities/native-device-permissions?tabs=desktop#manage-permissions document and try https://github.com/Wajeed-msft/DevicePermissionsDemo of enabling device permissions to Tab apps.