GraphAPI: Retrieving status of OnlineMeeting

Maksym Rossiitsev 21 Reputation points
2021-02-04T17:07:51.133+00:00

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!

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-02-05T08:34:06.263+00:00

    The closest one i see is that you can get online meeting info to retrieve the properties and relationships of an onlineMeeting object. Using this method only supported for a VTC conference id. These IDs are generated for Cloud-Video-Interop licensed users and this method is used to get the details to join the meeting and not getting status of it.


  2. jdc 26 Reputation points
    2021-08-30T07:43:42.223+00:00

    Any update of this topic?

    0 comments No comments