javascript
2 TopicsHow to get guid of the ongoing meeting
Hi, I'm developing a Microsoft Teams Application which is available in side panel of the meetings. It is a web page that displays some information based on the user who is logged in. To be able to fetch relevant info, I need to send the meeting ID as parameter in my requests to the server. I am fetching Meeting ID and Participant ID from the Teams SDK on frontend. However, this Meeting ID appears to be a hash rather than a GUID for the meeting. How can I identify on the server which meeting the request came from? ThanksSolved1.9KViews1like5Comments