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.
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. Read More