Microsoft. Graph OnlineMeeting Get Status And Force Termination

Copper Contributor
I'm developing a system to generate web meeting URL and manage it's.
And the number of managing URL is more than 200 URL.

1) Is it possible to get the status of whether a guest or someone is participating in the online meeting of the calendar created in using API?
 
2) Is it possible to forcibly terminate the online meeting of the calendar created in using API?
 
3) Is it possible to send a message to an online meeting of a calendar created in using API?
5 Replies

@rtamashiro 

1. You can get the list of participents using [GetCallRecoring](https://docs.microsoft.com/en-us/graph/api/call-get?view=graph-rest-1.0&tabs=http) and [GetParticipants](https://docs.microsoft.com/en-us/graph/api/participant-get?view=graph-rest-1.0&tabs=http) API.
2. There is no way you can forcibly terminate call using graph api
3. What messages you are trying to send? can you please explain the scenario

@Varaprasad-MSFT 

 

> 1. You can get the list of participents using [GetCallRecoring](https://docs.microsoft.com/en-us/graph/api/call-get?view=graph-rest-1.0&tabs=http) and [GetParticipants](https://docs.microsoft.com/en-us/graph/api/participant-get?view=graph-rest-1.0&tabs=http) API.


I tried that API, but what do the two {id} mean?

 

 

> 3. What messages you are trying to send? can you please explain the scenario


I want to automatically send a message to alert me when my online meeting is over time.

 

@rtamashiro, This feature is currently not supported.

Is the unsupported feature sending messages to online meetings?
Or is it an API for [GetCallRecoring],[GetParticipants]?

@rtamashiro Sending alert message is not supported.