Forum Discussion
ChenguangHe
Oct 21, 2022Copper Contributor
broadcast notification in a meeting
Hi, I meet some issue when developing a project. What we want is that after meeting has started, a notification message will be send through graph api and every participants in the meeting can receiv...
Prasad_Das-MSFT
Microsoft
Oct 25, 2022ChenguangHe -
To get change notifications for a meeting's call events in an application, subscribe to /communications/onlineMeetings/?$filter=JoinWebUrl eq '{JoinWebUrl}'
. This resource supports including resource data in the notification.
Ref: Get change notifications for Microsoft Teams meeting call updates - Microsoft Graph | Microsoft Learn
Also, please refer below doc/sample which explains how to send activity feed notifications to multiple users, in bulk.
Doc: https://learn.microsoft.com/en-us/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta&tabs=http
Thanks,
Prasad Das
------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.