Forum Discussion
tsv2024
Aug 17, 2024Copper Contributor
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, Atte...
Sayali-MSFT
Microsoft
Aug 19, 2024tsv2024 - 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