Skip to content

Instantly share code, notes, and snippets.

@vman
Created February 6, 2022 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vman/ae3d698dbbd4b240a9569fba997a2f53 to your computer and use it in GitHub Desktop.
Save vman/ae3d698dbbd4b240a9569fba997a2f53 to your computer and use it in GitHub Desktop.
GraphServiceClient graphClient = await GetGraphClient();
OnlineMeeting onlineMeeting = await graphClient.Users[userId].OnlineMeetings[meetingresponse.details.msGraphResourceId].Request().GetAsync();
MeetingParticipants participants = onlineMeeting.Participants;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment