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 | Development
Microsoft Copilot | Microsoft 365 Copilot | Development
Microsoft Teams | Microsoft Teams for business | Other
Microsoft Teams | Microsoft Teams for business | Teams on mobile devices
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 34,651 Reputation points Volunteer Moderator
    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.