Forum Discussion

Itay_Nadir's avatar
Itay_Nadir
Copper Contributor
Apr 29, 2025

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 participants’ camera and microphone device names during or after a meeting.

Could anyone point me to the appropriate Microsoft Graph API endpoints, SDKs, or supported methods that allow access to this type of device information for meeting participants?

Any guidance on how to implement this functionality correctly and in compliance with Microsoft’s policies would be greatly appreciated.

Thank you!

1 Reply

  • 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.

Resources