microsoftgraph / microsoftgraph/microsoft-graph-comms-samples

Title: Error 7504 - Cannot join Teams meeting with Application-hosted Media Bot

Open
#850 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
253
Forks
275
Avg merge
1d 5h
Merged PRs (30d)
1

Description

Hi,

I'm developing a Teams bot with application-hosted media for real-time audio capture and transcription.

Environment:

  • App ID:
  • Tenant ID:
  • Region: West Europe
  • VM: Windows Server 2022, .NET 8.0

What I've configured:

  • Graph API permissions granted with admin consent:
  • Calls.AccessMedia.All
  • Calls.Initiate.All
  • Calls.JoinGroupCalls.All
  • Calls.JoinGroupCallAsGuest.All

Resource Account created: meetingbot@digitstore.ro
Application Access Policy created and applied globally
Teams license assigned to Resource Account
MediaPlatform initialized successfully (4 vCPU VM)
SSL certificate configured

Error when calling JoinMeetingAsync:
{
"error": {
"code": "7504",
"message": "Insufficient enterprise tenant permissions, cannot access this API"
}
}

Question:
Does this tenant need to be explicitly provisioned by Microsoft for the Graph Communications Calling API?

If yes, could you please enable it for my App ID and Tenant ID listed above?

Thank you!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No repository file or test is mentioned; start by reviewing the JoinMeetingAsync call and the Graph Communications Calling API provisioning requirements described in the report. Done means confirming whether explicit tenant provisioning is required and documenting a verified resolution or prerequisite.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.