Teams bot need to join all meeting.

Sagar Bala Saheb 20 Reputation points
2024-07-14T12:50:56.0233333+00:00

I have created a teams chat bot using azur bot service. I wanted a functionality like if I join any meeting then Bot also need to join that meeting automatically and record a meeting.

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
838 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,049 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,270 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,776 questions
{count} votes

Accepted answer
  1. Azar 22,860 Reputation points MVP
    2024-07-14T19:10:51.27+00:00

    Hi there Sagar Bala Saheb

    Thanks for using QandA platform

    For that, you'll need to integrate it with the Microsoft Bot Framework and Microsoft Graph API. Use the Graph API to monitor your calendar for upcoming meetings. When a meeting starts, have the bot join using API calls. However, direct recording via the bot isn't supported, so you'll need to manage recording through Teams' built-in capabilities or automate it separately. dont forget to get the permissions ans stuff, ill include the docs have a look at these.

    https://video2.skills-academy.com/en-us/azure/bot-service/?view=azure-bot-service-4.0

    https://video2.skills-academy.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0

    https://video2.skills-academy.com/en-us/graph/permissions-reference

    If this helps kindly accept the response thanks much.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.