To fetch Teams meeting transcripts using app-only access, register your app in Azure AD, add OnlineMeetings.Read.All
and OnlineMeetingTranscript.Read.All
permissions, and grant admin consent. Use the client credentials flow to get a token and call Microsoft Graph API. For multi-tenant support, set your app as "Multi-tenant" and handle tenant-specific consent dynamically.