Search code examples
.net-coremicrosoft-graph-apibotframeworkmicrosoft-graph-cloudcommunications

Is it possible to create a Team-Recording-Bot using .Net Core? or is it only be created using .Net Framework?


I am creating a bot to record team meetings. I can join team meetings. I am not able to record team meetings. I have added a compliance recording policy to it but it is not enabling the recording. Is it possible to record team meetings using .Net core? Or should I go for python language for creating a team recording bot.?


Solution

  • There is a Teams recording bot sample on the Microsoft Graph Github repos, along with other Teams bot samples. You can use them as a starting point.