Recent Discussions
ad-hoc call transcripts via graph api endpoint
I have an app with the below permissions. I can successfully get list of transcripts and transcript content for online meetings. But when I try to get list for ad-hoc calls, I get the 400 Bad Request error. Any suggestions on how to get ad hoc call transcripts? Permissions Error:12Views0likes0CommentsQuestion about Teams Phone licensing
Hi everyone, I have a question about Teams Phone licensing: If I have some users who have Teams Phone to make and receive external calls, when one of them receives an external call, can they transfer it to another user who only has a regular Teams license but not a Teams Phone license? Or does the user I want to transfer the call to also need a Teams Phone license? I couldn't find a KB article that clarifies this. Thanks regards31Views1like1Comment[Adaptive Card] Issue with rendering images and ToggleVisibility
I am using a simple accordion style adaptive card with a collapsible section: { "type": "AdaptiveCard", "$schema": "https://adaptivecards.io/schemas/adaptive-card.json", "version": "1.5", "body": [ { "type": "Container", "items": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "items": [ { "type": "TextBlock", "text": "Title", "wrap": true, "size": "Medium" } ], "width": "stretch" }, { "type": "Column", "id": "chevronDown", "spacing": "Small", "verticalContentAlignment": "Center", "items": [ { "type": "Image", "url": "https://adaptivecards.io/content/down.png", "width": "20px", "altText": "collapsed" } ], "width": "auto" }, { "type": "Column", "id": "chevronUp", "spacing": "Small", "verticalContentAlignment": "Center", "items": [ { "type": "Image", "url": "https://adaptivecards.io/content/up.png", "width": "20px", "altText": "expanded" } ], "width": "auto", "isVisible": false } ], "selectAction": { "type": "Action.ToggleVisibility", "targetElements": [ "cardContent", "chevronUp", "chevronDown" ] } }, { "type": "Container", "id": "cardContent", "isVisible": false, "items": [ { "type": "Container", "items": [ { "type": "TextBlock", "text": "Text" } ] } ] } ], "separator": true, "spacing": "Medium" } ] } On the initial load, the image (down arrow) gets rendered properly. If I click on it, the collapsed section opens (and the down arrow gets hidden and replaced by the up arrow). However, if I collapse the accordion again, the following happens: And it stays like this until I restart the Teams client. Looking at the devtools network tab for the web client the following behavior can be observed: During the initial load (1) the down.png gets fetched and stored in memory. You can also see the result on the right. If I extend the component (2), the up.png gets fetched and stored in memory. If I then collapse the section again (3), the call to memory for the down arrow fails with GET blob:https://teams.microsoft.com/51e89b2e-7da4-4c80-bf98-a6ee4d257052 net::ERR_FILE_NOT_FOUND It happens in both the standalone client and the web version. Also for multiple users (so it is not just some caching issue on my side). It seems to me that toggling the visibility somehow removes the images from memory. But it only happens for images that are initially visible (it doesn't happen for the up arrow in my case).199Views0likes2CommentsCreate Bot without Developer Studio
Hi, We have a bit hard policies and users are not able to use the Developer Studio by they own to make new Bot: If you press [New Bot] you can give the name, but then [Create Bot] start hanging and does nothing. Previously on Azure had a user setting which block or allow users to register apps. Now I need our tenant admins or application administrators (?) to setup the bot(s) manually. Does anybody knows if the bot registration for Teams is possible to do without developer studio? The Developer Studio shows only your own Bots, so they cannot do that for me using Developer Studio.43Views0likes3CommentsNew teams app is extremely slow to start on Mac
The new version of the Teams app is extremely slow to start it can take up to 1-2 minutes to get it running and join a call, why is it so slow? It wasn't like this before, and now I need to prepare a couple of minutes before joining a meeting because it takes such a long time to start. Is there any solution, do you plan on optimize the app?7.4KViews2likes10CommentsDisplay Teams chat message with date stamp rather than relative day
Is there a way to force Teams Chat messages to display the date of a message rather than "yesterday" or "today"? e.g. display "27/08/2024" instead of displaying "yesterday 2:12 pm". (I'm creating this post on 28/08.) We use screenshots of Teams messages in our processes, and having to wait for the actual date to displayed invariably means taking the screenshot is forgotten. Immersive reader always shows the actual date, but not the recipient of the message. No help there.7.4KViews16likes15CommentsWeb Notifications API from Personal Tab app doesn't work
I have a client-side web application that we're trying to get to run as a Teams personal tab app. I have the app working as a teams app, as long as we "open in new window" so that the app doesn't get put to sleep as it needs a permanently up session with something else. Our app uses Web Notifications API (https://developer.mozilla.org/en-US/docs/Web/API/Notification) to create desktop notificiations, but this does not seem to work when running as a Teams tab app popped out into a new window. No notifications are displayed. Permissions have been requested correctly and given and Windows is set to allow notifications, but these web notifications never make it out of teams to the desktop. There are no errors in the browser console to say the web notifications are not supported in Teams. Is this not supported as a teams app? The inbuilt activity feed is useless for our purpose (for a few reasons), so please don't suggest I use graph to make use of that instead.41Views0likes2CommentsSeeking Solutions for Delayed Voicemail Connection in Microsoft Auto Attendant
Hello Community, I am encountering an issue with Microsoft Auto Attendant where there is a noticeable delay (approximately 5 seconds) after the greeting message and before the call is connected to the shared voicemail box. This delay occurs right before the voicemail tone prompts the caller to leave a message, leading to confusion and a less professional experience. Here are the specifics of my setup: Auto Attendant is configured with a greeting message. Calls are intended to be forwarded to a shared voicemail box via an MS365 Group. The system is set to skip the voicemail system notification. The greeting message is an uploaded audio file, not text-to-speech. Despite the setup, there is an awkward silence after the greeting and before the voicemail tone. I have attempted to find solutions, noticing that others might have faced similar issues, yet a clear resolution or workaround seems elusive. Has anyone encountered this issue and found a way to minimize or eliminate this delay? Any suggestions or insights into settings or configuration changes that could improve this situation would be greatly appreciated. Thank you for your help!1.1KViews0likes3CommentsPlanner task comments no longer send email notifications – critical regression
This change removed a previously existing core functionality without providing an adequate replacement. With the new Planner experience, task comments no longer trigger automatic email notifications to assigned users. This breaks a critical communication mechanism that many teams relied on for reliable task coordination. As a result, assigned users are no longer consistently informed about updates, introducing a high risk of missed information and operational issues in day-to-day work. There is currently no supported or enforceable alternative to ensure users are notified. Previous behavior: Task comments triggered automatic email notifications Assigned users were reliably informed Communication was traceable and consistent Current behavior: No automatic email notifications No configuration to restore this @mentions required (manual, error-prone, not enforceable) Microsoft Support has confirmed that this is by design and cannot be reverted. From an enterprise perspective, this is not just a design change, but a regression of critical functionality without an equivalent replacement. Request: Please restore automatic email notifications for task discussions or provide a reliable, enforceable alternative for notifying assigned users. Question to the community: How are you handling this change in real-world scenarios? Switching tools? Enforcing @mentions? Moving communication out of Planner? Would appreciate hearing how others are dealing with this.30Views1like0CommentsUser with intermittent poor performance in Teams
We have a Dell laptop user who has intermittent poor performance with Teams. Video and audio get laggy. Replaced all of his hardware with newer equipment, made sure drivers were all up to date, yet the problem continues. Clearing the Teams cache works most of the time. This doesn't happen with most other users in our company. Any ideas where to focus our efforts to fix this?79Views1like1CommentIs 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.1KViews1like2CommentsWhat’s New in Microsoft Teams Feature Spotlight – Pop out shared content in separate window
Hey Teams Community, We’re discussing a new feature each week mentioned in the monthly What’s New in Microsoft Teams and this week we’re looking at the ability to pop out shared content into a separate window. The pop out feature in Teams makes it really easy to keep multiple things open at the same time while collaborating. Previously, users could streamline their workflows by popping out individual chat conversations, meetings, and calling experiences into a separate window. Now, users can pop out shared meeting content into a separate window. This allows users to focus on shared content while still being able to see the meeting participants. I regularly pop out chats to review content between different colleagues and I can absolutely see myself using the pop out feature for shared content in meetings when others are presenting, especially when I’m using multiple monitors. How often do you pop out chats or meetings into a separate window? Do you think this new ability to pop out shared content will help keep the flow of meetings?Solved3.7KViews1like3CommentsInaccessible colour contrast for high text in Microsoft Teams in Dark mode on desktop
Issue: All highlighted text in Teams has poor colour contrast when in Dark mode on desktop. While some may be readable, none of the highlight colour options meet WCAG colour contrast minimums. How to reproduce Go to MS teams app on Win 11 and set appearance to dark mode. Create any default coloured text (this is white in dark mode) and apply any text highlight colour The result is inaccessible: it does not meet WCAG colour contrast thresholds and is very hard to read. Notes on behaviour On mobile (android MS Teams app) - the text colour changes to black which does meet the colour contrast minimum. This behaviour (illegible white text) on light backgrounds is also found on high contrast mode. This is different behaviour from MS word, which meets colour contrast minimum in a different way. Here highlight colours in dark mode are adjusted (e.g. the background highlight ffff00 --> is shifted to 393900 when dark mode is selected), and the text colour remains unchanged so there is enough contrast between the highlight and the white text colour. What happens next This needs a fix in make this accessible to users in dark mode so content can be read if another user has highlighted text. I'm not sure if this is the right place to post this but I was unable to register my MS account on the https://learn.microsoft.com/en-gb/answers/27Views0likes0CommentsTeams & channels names are blank
So fun UI issue on Desktop application (26072.519.4556.7438).. Teams and channels are blank and not clickable.. I've reset & repaired app, cleared the cache and reinstalled (temp fixed but same issue came back) Web version works good, but user wants a fix not a "workaround" Any ideas?32Views0likes0Commentsattach file option not visible with bot joined call
I have created bot using azure and recall.ai When bot joins adhoc or schedule team meetings, it is appearing as an external user. While we have created bot email as well in azure AD. And I think due to this we are not able to see attach file option in teams chat when bot gets invited into the adhoc or schedule meeting9Views0likes0CommentsSSO for a Python Teams Bot (M365 Agents SDK + FastAPI) — Single-Tenant, Multi-Tenant, and UAMI
We're building, a Teams bot (Python / FastAPI) that uses the M365 Agents SDK (microsoft-agents-hosting-fastapi + microsoft-agents-authentication-msal, v0.8.0) with a CloudAdapter and MsalConnectionManager. The bot is currently scoped to personal only and runs behind an Azure Bot resource. We are trying to implement SSO to authenticate users, so far we are not successful. The main blocker is that we failed to authenticate users from tenant different than the Azure Bot resource of our app. If anyone has successfully managed to authenticate users on Teams using a setup similar than ours please do share your experience. We would love to learn from your experience. So far this was our main source of documentation: https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/authentication/bot-sso-overview Many thanks33Views0likes1CommentTeams - Camera and screen share issue
Hi, Since yesterday we have been having firm wide issues with camera usage and screen share in Teams calls. When user 1 calls user 2, user 1 can see user 2s camera and screen share. User 2 cannot see user 1s camera or screen share. It seems to be that the recipient cannot see camera feed or screen share, but the original caller can see incoming camera feeds and screen shares. We have tried fully reinstalling and nuking local cache, but no luck. Before we start looking a bit deeper, has any others had this at all. Many thanks guys1.4KViews4likes7CommentsPossibly check blocked state instead of exception
Once a user blocked the bot, and when a message is sent to that user, the exception(Forbidden) was thrown. Is there any possible way to check whether the user has blocked or not, instead of catching the exception? So maybe something like if(user.hasblocked()) {}....?626Views1like3Comments
Events
Recent Blogs
- We are looking forward to meeting SMBs and SMB partners attending the Microsoft 365 Community Conference next week. 📅 Learn more about the conference and register today. We have a wonderful lin...Apr 17, 202695Views0likes0Comments
- We know that collaboration with customers, vendors, and partners outside of your small or medium business is critical to your success. We also know that many SMBs have limited IT admin resources, and...Apr 15, 2026122Views2likes0Comments