Hi team,
I've been using some of the GraphAPI tools but I have stumbled across 2 things that I'm not really sure about:
Is there a way to retrieve a status of an online meeting? Meaning, is it possible to figure out if the call for the particular online meeting (with VTC id) is currently in progress or not? I haven't found any specific way of doing this in GraphAPI docs so just figured if it's not documented or simply is not something implemented/exposed at this point.
Another question - using Events - is it possible to fetch VTC id, if event is an "onlineMeeting"? I can see the VTC id in the event description, so it is possible to parse it out of there, but couldn't find it in the Event object itself. Maybe I didn't look close enough yet, but just wanted to make sure first if it's populated as a separate field there.
(using java sdk for the app, just for the reference)
Thank you!