Developer Microsoft Teams
3 TopicsIssues with Microsoft Teams' Milestone App - Not Functioning Properly
Hi everyone, I uploaded the Milestones app to Microsoft Teams yesterday, but it appears to not be working as expected. When I try to use the app, I encounter the following issue: Description of the Issue The app does not load properly, I can't create work items or project Buttons are not working 2. Steps I have taken to troubleshoot so far: I tried reinstalling the app at least 6 times, restarting Teams, or checking for updates. I believe I downloaded the latest release. When trying to load it into Power App and see what happens there, I realized I see the message 3. System Information: Microsoft Teams Version: 24152.412.2958.9166. Operating System: Windows 10 Pro I would greatly appreciate any assistance or suggestions on how to resolve this issue. Thank you! Franck O.2.2KViews0likes3CommentsIs there a way to get live transcript in Microsoft Teams?
I am trying to find a way in Microsoft Teams to get the live transcript, I want to be able to subscribe to a meeting/call that it is still running and to get the transcript from it. I understand that there is an Graph API that allows me to get the transcript for a meeting/call that ended, but that's not what I need. I am alright even with faking the subscription and do a HTTP call every 2-5/seconds. After I get the transcript I would like to do some live processing on the text. I am aware that I can connect a bot to a meeting/call and then the bot can interact with the audio stream and use Azure AI Speech Service to convert the Speech-To-Text and get the live text. I found a sample in Microsoft Github repos: https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/PublicSamples/EchoBot This is a good solution, but if possible I would like to do be able to do one of the following, if possible: get the transcript without a bot that needs to be connected to a session. connect a bot that can interact with the live transcript in order to get all additional metadata, like speaker name.799Views0likes1CommentDesktop Teams does not seem to recognize Custom URLs
In the old classic Desktop Teams app I had the below code to open a custom URL. window.open('mydev://record?DB=7&URI=1', '_blank', 'noopener noreferrer'); This will redirect to the default browser and ask to open the URL in the installed app. After switching to new Teams it is not working for Desktop teams. Tried with app.openLink(url) also. It works with browser-based teams. but not from Desktop teams in windows platform. Any alternative for this?317Views0likes0Comments