I'm trying to use Microsoft's communications graph API, in order to do that I need the conversations' IDs (for calls and online meetings). The only way I know how to get those is using the bot if it is in the conversation.
According to this post:
Is there a way to use a bot, webhook, or some other connector to be notified when someone joins an online Teams Meeting?
The only way to add a bot to every conversation in the tenant, is using the Recording Policy. The sample that is referenced in the Recording Policy page is outdated and the deployment/publishing via VS is not working. This sample also requires a WC certificate, is this requirement a must for my goal?
I also tried this sample while applying the Recording Policy to a user, and once I enable the policy the user is no longer able to converse (maybe since this bot does not handle incoming calls). I tried to find out where to handle the incoming calls in the code, but I was unsuccessful.
I would appreciate a working sample or any other solution that would help in my goal.
发布评论