I'm testing some scenarios with Microsoft Teams Communications api (via Graph API), but I got stuck with one thing. I would like to retrieve participants from particular call, but I don't know from where can I get call id for existing call (scheduled by the user)? I have tried to get Id's from meeting url, but without success. Can you help me from where can I take call id to below request?
GET https://graph.microsoft.com/v1.0/communications/calls/{id}