Forum Discussion
rtamashiro
Aug 05, 2020Copper Contributor
Microsoft. Graph OnlineMeeting Get Status And Force Termination
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.
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
Sort By
- Varaprasad-MSFTFormer Employee1. 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- rtamashiroCopper Contributor
> 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.- Abhijit_MSFTFormer Employee
rtamashiro, This feature is currently not supported.