Azure bot cannot join teams meeting returns error code 7505 even though tenant is same
Mervyn Vaz
0
Reputation points
My azure bot is unable to join a teams meeting, the api returns Graph returned 403 Forbidden: {"error":{"code":"7505","message":"Request authorization tenant mismatch."}. I have verified that TenantId in token matches the one in my code while joining the meeting and I have given the following permissions to my app
Calls.AccessMedia.All
Calls.Initiate.All
Calls.JoinGroupCall.All
Calls.JoinGroupCallAsGuest.All
CallTranscripts.Read.All
OnlineMeetingArtifact.Read.All
OnlineMeetings.Read.All
is any configuration missing?
Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
Sign in to answer