Forum Discussion
How to get UserMeetingRole
Hi, we've got a tab app which needs to be able to find which of the users inside the meeting is the Organizer.
I see there is microsoftTeams.UserMeeringRole object with constants (Organizer, Attendee, etc).
However can't find which API function returns this value?
This is essential because the organizer of the meeting needs to be able to access a few more actions and controls in the tab app.
- Sayali-MSFTMicrosoft
tsv2024 - Thanks for reporting your issue.
We will check this at our end and will get back to you. - Sayali-MSFTMicrosoft
tsv2024 - To determine which user is the Organizer of a meeting in a Microsoft Teams tab app, you can use the Microsoft Teams JavaScript SDK. As of my last update, the SDK doesn't provide a direct API to fetch the meeting organizer's role.
Reference Doc:-
Enhance Meeting Experience with APIs - Teams | Microsoft Learn