Exact steps to use Graph API to get Microsoft teams meeting transcript

COMP_TY_B_25_MIHIR_SAVLA 0 Reputation points
2023-02-08T16:49:30.43+00:00

I am making a teams meeting summary generator for which I need to fetch transcript from meeting using Graph API. The problem is, I cannot seem to fetch it no matter what I try.

I have created an app on azure AD.

Can someone tell me how can I start from scratch to make a node app which can fetch transcript?

A thorough tutorial or 1 on 1 call will be much helpful as well.

I have gone through a lot of documentations and the closest one was this, but the problem I am facing with this is the testing part gives me the following error:

You have selected: getUsers
request made to web API at: Wed Feb 08 2023 22:14:39 GMT+0530 (India Standard Time)
AxiosError: Request failed with status code 401
    at settle (C:\Programming\Deep Blue\node_modules\axios\dist\node\axios.cjs:1896:12)
    at Unzip.handleStreamEnd (C:\Programming\Deep Blue\node_modules\axios\dist\node\axios.cjs:2940:11)
    at Unzip.emit (node:events:525:35)
    at endReadableNT (node:internal/streams/readable:1358:12)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  code: 'ERR_BAD_REQUEST',
  config: {
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
// A very long set of objects after this //
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,855 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,029 questions
{count} votes

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.