Forum Discussion
MRingtunatus
Jul 16, 2025Copper Contributor
Accessing Meeting Participant List via a Teams App (not a Bot)?
Hi everyone, I'm currently working on a Microsoft Teams App (not a bot), and I'm trying to figure out if it's possible to programmatically access the participant list of a meeting - either during or...
MRingtunatus
Jul 22, 2025Copper Contributor
Yes, we are actually developing a tab app for Microsoft Teams! The app uses the Teams JavaScript SDK and can be used both as a personal tab and in a meeting context.
However, we use our own approach for participant management during meetings: we use our own backend system. The app automatically recognizes the meeting context via the Teams SDK and then manages the participant information via our own infrastructure. This means that we only receive participants who are registered in our system - but we have to record ALL participants and display them in our application.