简体   繁体   中英

Want to get the change notification of the online meeting like meeting started/meeting ended in Microsoft Teams(Graph API)

I am developing an application where I want to have the trigger when someone starts, end, the participant added, etc in the online meeting in Microsoft Teams.

For this, I tried by creating a subscription for the resource called me/event (This might not work for the online meeting). I am receiving the change notification trigger for when event created/deleted/updated but not when online meeting starts/ended/participantAdded etc.

I found that we can use delta link to get the changed data but I am looking for the process to get the exact notifications like meeting started/ended etc from MS Teams through Graph API.

Any help would be appreciated.

Today Microsoft Graph change notifications do not support the online meeting resource. You might request that on uservoice . Depending on your scenario your might want to look at Microsoft teams call meetings bots

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM