Forum Discussion
Itay_Nadir
Apr 29, 2025Copper Contributor
How to Access Participants’ Camera and Mic Device Names in a Teams Plugin
Hello, I’m currently developing an integration for Microsoft Teams focused on enhancing meeting security. One of the features I’m looking to implement involves gathering information about other part...
Chris_Apps4Rent
May 21, 2025Brass Contributor
As of now, the Microsoft Graph API doesn’t provide access to participants’ specific camera or microphone device names due to privacy and compliance restrictions. You can, however, get general call quality and device category info (like “headset” or “built-in mic”) via the Call Records and Call Quality Dashboard (CQD) APIs.