Voice Enabled Bot in Teams

Anonymous
2021-06-30T11:28:18.037+00:00

Is there a way in which a microsoft teams bot can interact with users using voice commands ? A speech getting converted to text in Teams bot and Bot can interpret that text using LUIS . But, does Microsoft teams have a way to get users voice ?

Azure AI Bot Service
Azure AI Bot Service

An Azure service that provides an integrated environment for bot development.

Azure Speech in Foundry Tools
0 comments No comments

2 answers

Sort by: Most helpful
  1. Abderrahmen BEN MARIEM 0 Reputation points
    2025-11-04T16:53:55.47+00:00

    0

    I'm trying to use Microsoft Graph Communications API to have a bot join Teams meetings by posting to /communications/calls endpoint. I consistently receive Error 7505: "Request authorization tenant mismatch" even though all configuration appears correct.

    I have a web app that joins a teams meeting.

    I am sure that i have the same tenant ID in my app and on Azure.

    In fact, i have consistently this error message.

    The AI told me that i should have Microsoft 365 E5 subscription.

    The error is the following:

    Error joining bot to meeting: Request authorization tenant mismatch. {"body":"{"code":"7505","message":"Request authorization tenant mismatch.","innerError":{"date":"2025-11-04T16:08:32","request-id":"c2ec15bd-8b6c-4585-94db-696831cce523","client-request-id":"c949e454-3350-771c-d40a-4602653d03d4"}}","code":"7505","date":"2025-11-04T15:08:32.000Z","headers":{},"requestId":"c2ec15bd-8b6c-4585-94db-696831cce523","stack":"Error: Request authorization tenant mismatch.\n

    Is that right ?

    Was this answer helpful?

    0 comments No comments

  2. YutongTie-9091 54,026 Reputation points Moderator
    2021-06-30T22:43:48.427+00:00

    Hello,

    There is not a direct way to enable bot in Team. But I have found some solutions and blogs which shows different scenario of Interactive Voice Response with bot, hope it helps.

    Scenario 1: Bots can interact with Teams calls and meetings using real-time voice, video, and screen sharing.
    https://learn.microsoft.com/en-us/microsoftteams/platform/bots/calls-and-meetings/calls-meetings-bots-overview

    Scenario 2: interactive voice response (IVR) application with a bot and custom machine-learning intelligence.
    https://learn.microsoft.com/en-us/microsoftteams/platform/bots/calls-and-meetings/calls-meetings-bots-overview
    interactive-voice-response-app-bot.png

    Scenario 3: Teams Information Bot
    https://blog.thoughtstuff.co.uk/2019/02/creating-a-microsoft-teams-ivr-bot-a-5-part-series/

    Regards,
    Yutong

    Was this answer helpful?

    0 comments No comments

Your answer

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