teams meeting app develop ios sidepanel microphone and speech to text problem

Levent ILHAN 0 Reputation points
2025-01-18T12:39:26.34+00:00

hello,

i am developing a microsoft teams meeting application in the team's application application works on the side panel you know i am not having any 1 problem in the teams web browser and teams desktop application but i am having problems in the iphone teams application and voice recognition does not perform speech recognition i get microphone permissions with getusermedia user but voice recognition does not perform speech recognition have you encountered 1 problem in this way on iphones or what do you recommend to me information about it

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,760 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,522 questions
Microsoft Teams Phone
Microsoft Teams Phone
Teams Phone enables call-control and Private Branch Exchange (PBX) capabilities in the Microsoft 365 cloud with Microsoft Teams.
187 questions
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365: Microsoft 365 Copilot refers collectively to Copilot experiences within Microsoft 365 applications.Development: The process of researching, productizing, and refining new or existing technologies.
211 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 28,146 Reputation points
    2025-01-18T18:11:10.4733333+00:00

    Did you try to verify if the microphone permissions are explicitly granted in the iOS Teams app settings (device-level settings)? You can check them using the navigator.permissions.query API.

    Run the speech recognition code on Safari (iOS) to verify that it works independently of the Teams environment.

    If getUserMedia doesn't work as expected, consider implementing native iOS speech recognition using the Apple Speech framework within a custom integration.

    As an alternative, you can create a bot that can join the meeting and capture audio for processing by Azure AI Speech.

    If critical, consider integrating native iOS functionality (using Swift or Objective-C) and calling it through Teams SSO or an OAuth flow.


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.