I’m trying to fetch the recording details and timeline file using GRAPH API of Teams, but it is not there is there any way we can fetch them? I can able to fetch the recording using one drive but issue is we need to grant drive scopes which is not good, can’t we achieve using teams graph API’…
Tag: microsoft-teams
Initial and send a message to a Microsoft Teams channel using Bot Framework SDK v4 for Python
I was trying to initial and send a proactive message to one Microsoft teams channel with the help of below example: https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/python/16.proactive-messages I added this code to the example in order to initiate a message: But it didn’t work, and I …