Apr 03 2024 05:47 AM - edited Apr 03 2024 05:54 AM
We are developing a Microsoft Teams app which can be added during a teams meeting. For it to work, we need to get the details of attendees of the current meeting. Tried many ways including graph API but couldn't get the proper meeting ID.
The meeting ID present in getContext() when used in https://graph.microsoft.com/v1.0/me/onlineMeetings/{meetingid} returns
Below is an example of that:
MSplNDgxZjAzY**********wNTAtOWVhOC05NmE3NzNiNjI0M2EqMCoqMTk6bWVldGluZ19ZekE1TXpRM05USXRZV1V5TnkwMFkyRTBMVGxoWmpRdE5qTm***********************WFkLnYy
1*e481f03a-****-****-9ea8-96a773b6243a*0**19:meeting_YzA5MzQ3NTItYWUyNy00***********************kMzc0@thread.v2
Here first is my azure id and second is the meeting chat ID.
Is there a better way to get proper meeting ID other than above mentioned ways?
@Prasad_Das-MSFT it will be great if you can help on this.
Apr 04 2024 08:29 AM
@Vaibhavi2495 - Could you please check this and let us know if it helps?
Obtain meeting ID and organizer ID for fetching meeting transcripts and recordings - Teams | Microso...
May 02 2024 11:06 PM
Hi,
I went through the link you mentioned.
We are adding the app for scheduled meetings and need to fetch the meeting id after we have added the app.
For user level notifications, I need more clarity on the listening aspect of the notifications.
We cannot use bot framework in our application and cannot implement the tenant level notifications as well, FYI.
May 10 2024 04:20 AM
Hello @Vaibhavi2495,
It is the only alternative way to obtain meetingID for a meeting.