Forum Discussion
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 mic inside my In-meeting-app and tabs app?
3 Replies
- Jonathan_HerrmannCopper Contributor
DhananjayPurohit I am trying the same for Teams Desktop. Was able to use it in teams mobile (chrome and edge). Did you or someone else found a solution for Teams Desktop edition?
- shubhamchauhanFormer EmployeeRefer this documentation on accessing mic capability: https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/device-capabilities/mobile-camera-image-permissions?view=msteams-client-js-latest
- Mallipriya_MSFTFormer Employee
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.