Attendees List
3 TopicsAttendance tab not showing for co-organisers for Webinars
When setting up some recent webinars that are open to the public, we have added a number of co-organisers across our organisation to allow them to check who's registered and keep tabs on registration numbers for each webinar. This used to be visible in Teams on the webinar menu bar for easy access to everyone. But despite checking the settings in meeting options and ensuring that 'Allow attendance report' is selected as 'Yes,' only the main webinar organiser can see this attendance report tab? Any suggestions?349Views0likes0CommentsTeams Meeting Extension - Side Panel App - How to get attendees emails list
Hi Community, We are developing a Microsoft Teams meeting extension. In order to embedded details related to our system info, we need to get the emails list of attendees of the specific meeting. Tried many ways including graph API but it couldn't identify the meeting ID returning from the teams SDK microsoftTeams.getContext((context) => { const meetingID = context.meetingId; }) This returned a meeting id which a format of MCMxOTptZWV0aW5nX01UbG1Zams0WW1ZdFpESXdaUzAwWmpFeUxUbGhaVGd0TW1Ga01XVTVPV05sTnpGaUB0aHJlYWQudjIjMA== but it does not identify by graph API Also, we tried microsoftTeams.meeting.getMeetingDetails((context) => { console.log(context) }) this method returns errorCode: 1000, message: "App doesn't have sufficient permission to use this API" Is there any simple way to get a meeting attendees list from teams meeting optimized tab apps? or is this feature not yet released to third-party developers?Solved4.9KViews1like8Comments