we are developing an AI Bot that can join MS Teams meetings and take notes, similar to fireflies.ai. We are having trouble understanding how this will work. Can anyone help us in mentioning some of MS Teams SDKs or documentations that can solve our problem. We want to approach this by giving meeting link to our Bot that joins the meeting and records it in background. This meeting should be saved to our servers. Later we can use our AI tools and perform operations on the recording.
We have looked into PsiBot Sample but we prefer using Nodejs to perform this action if possible or any other alternative. Is this the only solution or we can do something else.