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.?
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.