<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>rss.livelink.threads-in-node</title>
    <link>https://techcommunity.microsoft.com/t5/microsoft-teams/ct-p/MicrosoftTeams</link>
    <description>rss.livelink.threads-in-node</description>
    <pubDate>Fri, 31 Jul 2026 00:33:56 GMT</pubDate>
    <dc:creator>MicrosoftTeams</dc:creator>
    <dc:date>2026-07-31T00:33:56Z</dc:date>
    <item>
      <title>Who verifies Teams Meeting summary accurately reflects what was actually agreed in the meeting</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/who-verifies-teams-meeting-summary-accurately-reflects-what-was/m-p/4542338#M145144</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Can we really trust AI-generated meeting summaries?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Microsoft Teams and Copilot can create impressive meeting summaries, action items, and insights.&lt;/P&gt;&lt;P&gt;But a question remains:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Who verifies that the summary accurately reflects what was actually agreed in the meeting?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In many organisations, meeting notes become the basis for:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;project decisions&lt;/LI&gt;&lt;LI&gt;customer commitments&lt;/LI&gt;&lt;LI&gt;compliance records&lt;/LI&gt;&lt;LI&gt;accountability for actions&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Yet when there is disagreement, we often hear:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;"That is not what I said."&lt;/LI&gt;&lt;LI&gt;"I don't remember agreeing to that."&lt;/LI&gt;&lt;LI&gt;"The summary missed the context."&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;How is your organisation handling this today?&lt;/P&gt;&lt;P&gt;Do you:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Trust AI-generated summaries as they are?&lt;/LI&gt;&lt;LI&gt;Have a human review process?&lt;/LI&gt;&lt;LI&gt;Keep the original transcript/audio as evidence?&lt;/LI&gt;&lt;LI&gt;Use another approach?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Interested to hear how Teams users are managing this challenge.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2026 09:13:23 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/who-verifies-teams-meeting-summary-accurately-reflects-what-was/m-p/4542338#M145144</guid>
      <dc:creator>AI-Transcript</dc:creator>
      <dc:date>2026-07-30T09:13:23Z</dc:date>
    </item>
    <item>
      <title>Create event sometimes returns 201 but no Teams meeting link</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/create-event-sometimes-returns-201-but-no-teams-meeting-link/m-p/4541790#M145142</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am creating calendar events through Microsoft Graph and setting them as Teams online meetings. Most of the time it works correctly, but very rarely the API returns 201 Created and the event is created &lt;STRONG&gt;without&lt;/STRONG&gt; the Teams join link in the response.&lt;/P&gt;&lt;P&gt;I have already checked the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;isOnlineMeeting is always set to true.&lt;/LI&gt;&lt;LI&gt;The correct online meeting provider is being used.&lt;/LI&gt;&lt;LI&gt;The issue is intermittent, not consistent.&lt;/LI&gt;&lt;LI&gt;The same integration normally creates Teams meetings successfully.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What I need to understand is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Why can Graph return 201 Created but still omit the Teams meeting link?&lt;/LI&gt;&lt;LI&gt;Is this a known intermittent issue with event creation or Teams meeting provisioning?&lt;/LI&gt;&lt;LI&gt;Is there anything I should check in the response, headers, permissions, or follow-up GET call to verify the meeting link was actually created&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 29 Jul 2026 06:43:17 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/create-event-sometimes-returns-201-but-no-teams-meeting-link/m-p/4541790#M145142</guid>
      <dc:creator>BartlomiejO</dc:creator>
      <dc:date>2026-07-29T06:43:17Z</dc:date>
    </item>
    <item>
      <title>TeamsTab.ReadWriteSelfForTeam: deleting a tab fails with 400 "appId cannot be null or whitespace"</title>
      <link>https://techcommunity.microsoft.com/t5/teams-developer/teamstab-readwriteselfforteam-deleting-a-tab-fails-with-400-quot/m-p/4541217#M13188</link>
      <description>&lt;P&gt;We have a published Teams app that pins a configurable tab into a team channel via Microsoft Graph and removes it again when the user uninstalls our app from that channel. Creating the tab works. Deleting it always fails with a 400 that looks like an unhandled null-argument exception inside the Graph Teams service rather than a permission problem.&lt;/P&gt;&lt;P&gt;I reported this in October 2025 as&amp;nbsp;https://github.com/MicrosoftDocs/msteams-docs/issues/13432, but that is a documentation&amp;nbsp;repository and the issue has had no response, so I am reposting here, as we can still reproduce the issue.&lt;/P&gt;&lt;P&gt;We're using a delegated token for the operation. The only tab-related scopes are `TeamsTab.Read.All` (read-only) and `TeamsTab.ReadWriteSelfForTeam`. According to the docs (https://learn.microsoft.com/en-us/graph/api/channel-delete-tabs), `TeamsTab.ReadWriteSelfForTeam` is the **least privileged** delegated permission for the delete, so the token should be ok.&lt;/P&gt;&lt;H3&gt;What works&lt;/H3&gt;&lt;P&gt;Creating the tab, with the same delegated user token:&lt;/P&gt;&lt;LI-CODE lang=""&gt;POST https://graph.microsoft.com/v1.0/teams/«teamId»/channels/«channelId»/tabs
Content-Type: application/json

{
  "displayName": "«AppName»",
  "email address removed for privacy reasons": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/«teamsAppId»",
  "configuration": {
    "entityId": "«entityId»",
    "contentUrl": "https://«ourhost»/teams/tabs/channel/«entityId»",
    "websiteUrl": "https://«ourhost»/app/tickets?channel=«entityId»",
    "removeUrl": "https://«ourhost»/teams/remove-tab/«entityId»"
  }
}&lt;/LI-CODE&gt;&lt;P&gt;→ `201 Created`. The tab appears in the channel and renders correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Listing the tabs afterwards also works and returns our tab together with its `id`:&lt;/P&gt;&lt;LI-CODE lang=""&gt;GET https://graph.microsoft.com/v1.0/teams/«teamId»/channels/«channelId»/tabs?$expand=teamsApp&lt;/LI-CODE&gt;&lt;P&gt;Works as well and lists our tab. Might be served by the TeamsTab.Read.All permission.&lt;/P&gt;&lt;H3&gt;What fails&lt;/H3&gt;&lt;LI-CODE lang=""&gt;DELETE https://graph.microsoft.com/v1.0/teams/«teamId»/channels/«channelId»/tabs/«tabId»&lt;/LI-CODE&gt;&lt;P&gt;→ `400 Bad Request`&lt;/P&gt;&lt;LI-CODE lang="json"&gt;{
    "error":{
        "code":"BadRequest",
        "message":"appId cannot be null or whitespace. (Parameter 'appId')",
        "innerError":{
            "date":"2026-07-27T13:45:31",
            "request-id":"f930c847-0b48-4a46-b17e-f0ee10ff8177",
            "client-request-id":"f930c847-0b48-4a46-b17e-f0ee10ff8177"
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;(leaving in the error details, maybe that helps diagnosing the issue)&lt;BR /&gt;&lt;BR /&gt;appID is not even part of the request, it's probably resolved against the TeamsTab.ReadWriteSelfForTeam permission on your side.&lt;BR /&gt;&lt;BR /&gt;Let me know if you need any more details.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 14:38:43 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/teams-developer/teamstab-readwriteselfforteam-deleting-a-tab-fails-with-400-quot/m-p/4541217#M13188</guid>
      <dc:creator>LarsKnoll</dc:creator>
      <dc:date>2026-07-27T14:38:43Z</dc:date>
    </item>
    <item>
      <title>Feature request: Historical Agent Activity Timeline for Microsoft Teams Queues</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/feature-request-historical-agent-activity-timeline-for-microsoft/m-p/4541209#M145135</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We're currently using the new Microsoft Teams Queues app for our IT Service Desk and are very pleased with the improvements Microsoft has introduced.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One capability we feel is still missing is a historical Agent Activity Timeline.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today supervisors can only see an agent's current Opt-in/Opt-out status. There is no historical overview showing:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When an agent opted in&lt;/LI&gt;&lt;LI&gt;When an agent opted out&lt;/LI&gt;&lt;LI&gt;Which agents were opted in at a specific moment&lt;/LI&gt;&lt;LI&gt;Whether the change was made by the agent, a supervisor or automatically&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This makes it difficult to investigate:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Missed calls&lt;/LI&gt;&lt;LI&gt;Queue performance&lt;/LI&gt;&lt;LI&gt;SLA deviations&lt;/LI&gt;&lt;LI&gt;Staffing questions&lt;/LI&gt;&lt;LI&gt;Incident investigations&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;A simple historical timeline containing the timestamp, queue, agent and source of the status change would already provide tremendous value for supervisors and service desk managers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We've submitted this as a feature request through the Microsoft Feedback Portal:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://feedbackportal.microsoft.com/feedback/idea/2df346ee-bc89-f111-9b47-7c1e52444ef6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you experience the same limitation, we'd really appreciate your vote.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also interested in hearing how other organisations deal with this today. Are you using manual checks, screenshots or another workaround?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;Romain Weimer&lt;BR /&gt;Head of ICT Operations and Support&lt;BR /&gt;Witteveen+Bos&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 13:53:18 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/feature-request-historical-agent-activity-timeline-for-microsoft/m-p/4541209#M145135</guid>
      <dc:creator>RomainWeimer</dc:creator>
      <dc:date>2026-07-27T13:53:18Z</dc:date>
    </item>
    <item>
      <title>Is Microsoft Teams a good Intranet?</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/is-microsoft-teams-a-good-intranet/m-p/4541203#M145134</link>
      <description>&lt;P&gt;Our company is fully on Microsoft 365, but employees still struggle to find basic information like policies, company updates, forms, department resources, and important links. Most of it is scattered across SharePoint sites, Teams channels, emails, and random folders. I want to turn Microsoft Teams into that hub where all of this lives, kind of like an intranet. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 13:19:09 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/is-microsoft-teams-a-good-intranet/m-p/4541203#M145134</guid>
      <dc:creator>CandyMullany</dc:creator>
      <dc:date>2026-07-27T13:19:09Z</dc:date>
    </item>
    <item>
      <title>Is Microsoft Teams a good Intranet?</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/is-microsoft-teams-a-good-intranet/m-p/4541202#M145133</link>
      <description>&lt;P&gt;Our company is fully on Microsoft 365, but employees still struggle to find basic information like policies, company updates, forms, department resources, and important links. Most of it is scattered across SharePoint sites, Teams channels, emails, and random folders. I want to turn Microsoft Teams into that hub where all of this lives, kind of like an intranet. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 13:19:06 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/is-microsoft-teams-a-good-intranet/m-p/4541202#M145133</guid>
      <dc:creator>CandyMullany</dc:creator>
      <dc:date>2026-07-27T13:19:06Z</dc:date>
    </item>
    <item>
      <title>Auto Attendant &amp; Call Queue Call forwarding to external numbers failing.</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/auto-attendant-call-queue-call-forwarding-to-external-numbers/m-p/4541186#M145131</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Since this weekend users accross our org. have been noticing that AA/CQ that forward Calls to external numbers FAIL. This was not the case last week.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Flow example&lt;/STRONG&gt; :&lt;BR /&gt;User dials number of AA, this AA has a menu which has Internal and external numbers.&lt;BR /&gt;&lt;STRONG&gt;Internal numbers&lt;/STRONG&gt; -&amp;gt; no problem.&lt;BR /&gt;&lt;STRONG&gt;Externa numbers&lt;/STRONG&gt; -&amp;gt; message (new never heard this): "Please Hold while we forward your call, .... Sorry we could not forward your call at this time, try again later".&lt;/P&gt;&lt;P&gt;On user level we are not experiencing this issue when I redirect my calls from work number to external number there is no issue.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What is very strange&lt;/STRONG&gt; in this entire scenario is that we are EU bases, the resource accounts "&lt;STRONG&gt;Usage location&lt;/STRONG&gt;" is on the &lt;STRONG&gt;proper country in EU&lt;/STRONG&gt;.&lt;BR /&gt;But in the Microsoft PSTN USAGE logs we see that the "Azure region for Media" is &lt;STRONG&gt;USSC&lt;/STRONG&gt;, &lt;STRONG&gt;USEA&lt;/STRONG&gt;, &lt;STRONG&gt;USWE, JPWE, JPEA, MAWE, KRCE &lt;/STRONG&gt;where it should be &lt;STRONG&gt;EUWE&lt;/STRONG&gt;, &lt;STRONG&gt;FRCE &lt;/STRONG&gt;and &lt;STRONG&gt;EUNO &lt;/STRONG&gt;... But No Fail Codes, just Bye ...&lt;/P&gt;&lt;P&gt;The dates hold up with the issue... &lt;STRONG&gt;before 26/07 &lt;/STRONG&gt;everything passed over &lt;STRONG&gt;EU &lt;/STRONG&gt;Region.&lt;BR /&gt;&lt;STRONG&gt;After 26/07&lt;/STRONG&gt; everything passes over &lt;STRONG&gt;US, KR, MA, JP&lt;/STRONG&gt; ...&lt;/P&gt;&lt;img /&gt;&lt;P&gt;Anyone else having this issue ? Related to the new AI routing implementation gone bad ?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 11:24:04 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/auto-attendant-call-queue-call-forwarding-to-external-numbers/m-p/4541186#M145131</guid>
      <dc:creator>BM001</dc:creator>
      <dc:date>2026-07-27T11:24:04Z</dc:date>
    </item>
    <item>
      <title>Teams PowerShell Embraces Web Account Manager and Imposes Control Over Federated Chat</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/teams-powershell-embraces-web-account-manager-and-imposes/m-p/4540327#M145125</link>
      <description>&lt;P&gt;Teams released a new version of their PowerShell module on July 19. The new module contains WAM support and cmdlets to limit federated chat for specific users and tenants. The new controls are welcome, but it’s a sad state of affairs that to configure the settings you must install a new version of a module that doesn’t work so well alongside other Microsoft 365 modules.&lt;/P&gt;
&lt;P&gt;https://office365itpros.com/2026/07/24/federated-chat-controls/&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2026 09:04:33 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/teams-powershell-embraces-web-account-manager-and-imposes/m-p/4540327#M145125</guid>
      <dc:creator>TonyRedmond</dc:creator>
      <dc:date>2026-07-24T09:04:33Z</dc:date>
    </item>
    <item>
      <title>CS agent OK in M365 Copilot; Teams chat silent / no Studio session</title>
      <link>https://techcommunity.microsoft.com/t5/teams-developer/cs-agent-ok-in-m365-copilot-teams-chat-silent-no-studio-session/m-p/4540112#M13186</link>
      <description>&lt;P&gt;We are troubleshooting a Copilot Studio agent that works correctly in Microsoft 365 Copilot and in the Copilot Studio test surface, but does not receive inbound activities from Microsoft Teams personal chat.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Environment and evidence:&lt;/P&gt;&lt;P&gt;- Agent: Copilot Studio agent (custom business assistant)&lt;/P&gt;&lt;P&gt;- Copilot Studio agent ID: 88901b10-… (truncated)&lt;/P&gt;&lt;P&gt;- Teams/Entra app ID: 7e4a53cc-… (truncated)&lt;/P&gt;&lt;P&gt;- Manifest version: 1.0.8&lt;/P&gt;&lt;P&gt;- Channel configuration: Microsoft 365 Copilot + Microsoft Teams&lt;/P&gt;&lt;P&gt;- Publish: Succeeded / Channel state: Synchronized&lt;/P&gt;&lt;P&gt;- Agent Registry: Available&lt;/P&gt;&lt;P&gt;- Authentication: Integrated / Tool credentials: Maker-provided&lt;/P&gt;&lt;P&gt;- MCP/custom connector runtime: working (Studio tool test HTTP 200)&lt;/P&gt;&lt;P&gt;- Microsoft 365 Copilot routing: working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Failure specific to Teams:&lt;/P&gt;&lt;P&gt;- Messages in Teams web and desktop appear delivered in the agent personal chat&lt;/P&gt;&lt;P&gt;- Agent never replies&lt;/P&gt;&lt;P&gt;- Studio monitor has M365 Copilot sessions, but no Teams session for those timestamps&lt;/P&gt;&lt;P&gt;- Teams Admin Center Manage apps returns 0 results by name or exact app ID despite Agent Registry Available&lt;/P&gt;&lt;P&gt;- Intentionally not republishing / reconnecting OAuth / rewiring connectors because M365 Copilot path proves the same agent+connection works&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Classification: FAIL — Teams inbound activity is not reaching the Copilot Studio agent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Questions focused on Teams delivery:&lt;/P&gt;&lt;P&gt;1. Why would Teams personal 1:1 messages never create a Studio conversation while M365 Copilot does?&lt;/P&gt;&lt;P&gt;2. Is a missing TAC Manage apps row expected under Unified App Management when Registry shows Available?&lt;/P&gt;&lt;P&gt;3. Known gaps: Agent Registry Available + channel Synchronized, but Teams client chat bound to a non-runtime endpoint?&lt;/P&gt;&lt;P&gt;4. Best diagnostic if Monitor shows 0 Teams sessions after a confirmed client send?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking for production experience / documented workaround. Redacted evidence available; no tokens/secrets.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 13:21:06 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/teams-developer/cs-agent-ok-in-m365-copilot-teams-chat-silent-no-studio-session/m-p/4540112#M13186</guid>
      <dc:creator>MiroslavPistek</dc:creator>
      <dc:date>2026-07-23T13:21:06Z</dc:date>
    </item>
    <item>
      <title>No function to clear my own chat history like others</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/no-function-to-clear-my-own-chat-history-like-others/m-p/4539992#M145123</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There are "Remove chat history" functionality for others. But There is no way of one shot clear all history of my Own chat history. This should be added to new feature. We can not delete one by one of each notes of our own chat dialog.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 08:02:23 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/no-function-to-clear-my-own-chat-history-like-others/m-p/4539992#M145123</guid>
      <dc:creator>ykburda</dc:creator>
      <dc:date>2026-07-23T08:02:23Z</dc:date>
    </item>
    <item>
      <title>MC1317197 Microsoft Teams:  simpler controls and a smarter share panel</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/mc1317197-microsoft-teams-simpler-controls-and-a-smarter-share/m-p/4539947#M145122</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Has anybody seen the end user visual guide supposedly to be published on July 9th, 2026, to the Microsoft Adoption site?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Either they have not published the visual guide yet or I cannot find the guide on the site. We need to notify users this is coming, and it would be great to have the visual guide to use for the communications / messaging.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="lia-external-url" href="https://adoption.microsoft.com/microsoft-teams/new-meeting-controls-experience" target="_blank"&gt;New Meeting Controls Experience User Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="lia-external-url" href="https://admin.cloud.microsoft/?ref=MessageCenter/:/messages/MC1317197" target="_blank"&gt;Message Centre Link&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Sharyn&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 07:02:05 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/mc1317197-microsoft-teams-simpler-controls-and-a-smarter-share/m-p/4539947#M145122</guid>
      <dc:creator>Sharyn_Mayne</dc:creator>
      <dc:date>2026-07-23T07:02:05Z</dc:date>
    </item>
    <item>
      <title>Bug? Teams thread permalink does not show the full thread history (Desktop + Web)</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/bug-teams-thread-permalink-does-not-show-the-full-thread-history/m-p/4539768#M145120</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I believe I've found a bug in the new Teams threaded channel experience and I'm trying to determine whether others can reproduce it.&lt;/P&gt;&lt;H3&gt;Scenario&lt;/H3&gt;&lt;P&gt;I have a long-running thread in a Teams channel.&lt;/P&gt;&lt;P&gt;If I open the thread directly from the channel by clicking the reply count (e.g.&lt;STRONG&gt;"340 replies"&lt;/STRONG&gt;), I can see the complete conversation, including the most recent replies.&lt;/P&gt;&lt;P&gt;However, if I:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open the thread&lt;/LI&gt;&lt;LI&gt;Use &lt;STRONG&gt;Copy link&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Open the generated link&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Teams opens the thread, but only displays part of the conversation. Newer replies are missing even though they exist and are visible when opening the same thread directly from the channel.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I cannot share the permalink publicly because it points to content within my organisation. However, the link was generated by Teams itself using the thread's &lt;STRONG&gt;Copy link&lt;/STRONG&gt; action. The issue is reproducible with any user who has access to the thread.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;H3&gt;What I've tested&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Teams Desktop&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Teams Web&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Same behaviour in both clients&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Opening via the channel reply count shows all recent replies&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Opening via the permalink shows only a partial thread&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Expected behaviour&lt;/H3&gt;&lt;P&gt;A thread permalink generated by Teams should open the same live thread view as clicking the reply count from within the channel. The full conversation history should be available and the latest replies should be visible.&lt;/P&gt;&lt;P&gt;Ideally:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The full thread history should be available.&lt;/LI&gt;&lt;LI&gt;The latest replies should be visible.&lt;/LI&gt;&lt;LI&gt;The link should open the current state of the thread, not an apparently truncated version.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Actual behaviour&lt;/H3&gt;&lt;P&gt;The permalink opens the correct thread but appears to stop at an older point in the conversation, while newer replies remain accessible only when opening the thread from the channel itself.&lt;/P&gt;&lt;P&gt;Has anybody else seen this behaviour with threaded channels?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Screenshot 1 and 2: Correct behaviour&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open thread via &lt;STRONG&gt;"340 replies"&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Show:&lt;UL&gt;&lt;LI&gt;Thread title&lt;/LI&gt;&lt;LI&gt;Reply count (e.g. 340 replies)&lt;/LI&gt;&lt;LI&gt;One or two recent messages (July 2026)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;img /&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Screenshot 3: Incorrect behaviour&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open the same thread via the permalink&lt;/LI&gt;&lt;LI&gt;Show:&lt;UL&gt;&lt;LI&gt;Same thread title&lt;/LI&gt;&lt;LI&gt;Same thread&lt;/LI&gt;&lt;LI&gt;Conversation stopping much earlier&lt;/LI&gt;&lt;LI&gt;Missing recent replies&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2026 14:23:18 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/bug-teams-thread-permalink-does-not-show-the-full-thread-history/m-p/4539768#M145120</guid>
      <dc:creator>valentind</dc:creator>
      <dc:date>2026-07-22T14:23:18Z</dc:date>
    </item>
    <item>
      <title>TEAMS - Extra Space between Keyboard and Typing Window</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/teams-extra-space-between-keyboard-and-typing-window/m-p/4538343#M145105</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I am also facing the issue in TEAMS. During the typing, a large space appears between Keyboard and Typing Window. This is happening only in TEAMS app. I moved from my Nothing phone to Vivo X200Fe, then this problem started. This may be a bug in TEAMS to be fixed for VIVO phones. I use VIVO X200 FE with Android 16 and Google Keyboard. It's very annoying to see this big gap and making us&amp;nbsp;&lt;/P&gt;&lt;P&gt;uncomfortable while typing. Please help me how to resolve this. Thanks for your help.&lt;/P&gt;&lt;P&gt;Mobile : Vivo X200FE&lt;/P&gt;&lt;P&gt;Operating System : Origin OS Android 16&lt;/P&gt;&lt;P&gt;Teams Version : 1416 / 1.0.0.2026123608&lt;/P&gt;&lt;P&gt;Keyboard : Google Keyboard - Version 17.7.4.93236420&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 19:16:39 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/teams-extra-space-between-keyboard-and-typing-window/m-p/4538343#M145105</guid>
      <dc:creator>bpraj8</dc:creator>
      <dc:date>2026-07-17T19:16:39Z</dc:date>
    </item>
    <item>
      <title>Building an employee recognition program that actually lives in Teams?</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/building-an-employee-recognition-program-that-actually-lives-in/m-p/4538291#M145104</link>
      <description>&lt;P&gt;HR asked me to set up some kind of peer recognition system where people can give kudos to each other. They want it inside Teams because thats where everyone already is. I spent a few hours looking at options, Power Automate flows with adaptive cards, custom bots, etc. but nothing feels clean or sustainable. Has anyone set up a recognition/kudos system thats actually integrated into Teams and not just a bot that posts to a channel?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 14:38:56 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/building-an-employee-recognition-program-that-actually-lives-in/m-p/4538291#M145104</guid>
      <dc:creator>JordanT86</dc:creator>
      <dc:date>2026-07-17T14:38:56Z</dc:date>
    </item>
    <item>
      <title>How to Schedule Teams Meetings from Shared Mailboxes</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/how-to-schedule-teams-meetings-from-shared-mailboxes/m-p/4537703#M145097</link>
      <description>&lt;P&gt;It is possible to schedule Teams meetings from shared mailboxes without incurring the need to license the shared mailboxes. However, Microsoft’s recent clampdown on unlicensed OneDrive for Business accounts creates a problem because Teams meeting recordings are stored in the OneDrive account for the organizer (shared mailbox). And if that account remains unlicensed for 365 days, it will be removed along with all the recordings.&lt;/P&gt;
&lt;P&gt;https://office365itpros.com/2026/07/16/schedule-teams-meeting-shared-mbx/&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 09:04:06 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/how-to-schedule-teams-meetings-from-shared-mailboxes/m-p/4537703#M145097</guid>
      <dc:creator>TonyRedmond</dc:creator>
      <dc:date>2026-07-16T09:04:06Z</dc:date>
    </item>
    <item>
      <title>missing crumb trail in Teams channel, cant get back to highest document level</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/missing-crumb-trail-in-teams-channel-cant-get-back-to-highest/m-p/4537633#M145095</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;discovered yesterday that the crumb trail in teams channels is no longer available, so i cant navigate to the highest document level, however i can get access to the crumb trail from the corresponding sharepoint site, but most of my 5,000 are mainly using teams, can you point me to any documentation to say when this change was happening, screenshots below one from Teams channel other from SharePoint&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 07:44:47 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/missing-crumb-trail-in-teams-channel-cant-get-back-to-highest/m-p/4537633#M145095</guid>
      <dc:creator>kevd1506</dc:creator>
      <dc:date>2026-07-16T07:44:47Z</dc:date>
    </item>
    <item>
      <title>[Adaptive Card] Issue with CodeBlock line numbers and more</title>
      <link>https://techcommunity.microsoft.com/t5/teams-developer/adaptive-card-issue-with-codeblock-line-numbers-and-more/m-p/4537395#M13177</link>
      <description>&lt;P&gt;I have a simple adaptive card containing a code block with multiline SQL in it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from botbuilder.core import CardFactory, MessageFactory, TurnContext

async def send_sql_card(context: TurnContext):
    SQL_QUERY = """SELECT
            order_date,
            customer_id,
            SUM(quantity * unit_price) AS revenue
        FROM catalog.sales.order_items
        WHERE order_date &amp;gt;= DATE '2026-01-01'
        AND order_date &amp;lt; DATE '2026-06-01'
        GROUP BY
            order_date,
            customer_id
    """

    activity = MessageFactory.attachment(
        attachment=CardFactory.adaptive_card(
            {
                "type": "AdaptiveCard",
                "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
                "version": "1.6",
                "msteams": {"width": "full"},
                "body": [
                    {
                        "type": "CodeBlock",
                        "codeSnippet": SQL_QUERY,
                        "language": "sql",
                    },
                ],
            }
        )
    )

    await context.send_activity(activity)
 &lt;/LI-CODE&gt;&lt;P&gt;This worked fine until maybe a few weeks ago. Now, there are two issues:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Line numbers appear twice:&lt;/STRONG&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&lt;STRONG&gt;Not all lines are being shown:&lt;/STRONG&gt;&lt;/P&gt;&lt;img /&gt;&lt;img /&gt;&lt;P&gt;It says "Expand (11 lines)", but it only shows 9.&lt;/P&gt;&lt;P&gt;This happens on Teams Desktop - it looks fine on the web version.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2026 16:09:50 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/teams-developer/adaptive-card-issue-with-codeblock-line-numbers-and-more/m-p/4537395#M13177</guid>
      <dc:creator>nscharmacher</dc:creator>
      <dc:date>2026-07-15T16:09:50Z</dc:date>
    </item>
    <item>
      <title>Migrating Teams Calling Bot (EchoBot) from VMSS to Windows Containers / ACI?</title>
      <link>https://techcommunity.microsoft.com/t5/teams-developer/migrating-teams-calling-bot-echobot-from-vmss-to-windows/m-p/4537372#M13176</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have built a Microsoft Teams Calling Bot using Application-Hosted Media based on the official C# EchoBot sample:&lt;/P&gt;&lt;P&gt;https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/PublicSamples/EchoBot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, our signaling logic is fully serverless and runs efficiently on Azure Functions. However, the actual media processing (using the C# Calling SDK which relies on native Windows media binaries) is deployed on VMSS with Windows Server, just like the repository's default deployment guide suggests.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running these Windows VMs continuously is becoming extremely expensive, and we are looking for a cheaper, modern, or "on-demand" alternative to handle the media pipeline.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since raw audio processing strictly requires these native Windows-based Media binaries, I would like to ask the community:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Windows Containers (ACI / AKS): Has anyone successfully run this C# EchoBot/Media SDK inside Windows Containers (such as Azure Container Instances or AKS)? If so, how do you handle the public IP and port-binding requirements for the media sockets (since the platform needs direct public connectivity for UDP/TCP traffic)?&lt;/P&gt;&lt;P&gt;2. On-Demand Provisioning: Are there any known architectures or best practices for spinning up the media processor only when a call starts (e.g., triggering an ACI instance via the Azure Function signaling bot) and tearing it down afterwards to keep costs near zero when idle?&lt;/P&gt;&lt;P&gt;3. Alternative Approaches: If you have solved this high-infrastructure cost problem for a real-time raw audio bot in production, what architecture did you end up using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any documentation, GitHub references, or architectural advice would be highly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2026 15:13:51 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/teams-developer/migrating-teams-calling-bot-echobot-from-vmss-to-windows/m-p/4537372#M13176</guid>
      <dc:creator>JamilPalma</dc:creator>
      <dc:date>2026-07-15T15:13:51Z</dc:date>
    </item>
    <item>
      <title>Extract Microsoft Teams Presence Historic Data</title>
      <link>https://techcommunity.microsoft.com/t5/teams-developer/extract-microsoft-teams-presence-historic-data/m-p/4537007#M13175</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i extract Microsoft team presence historic data ? The presence dataset just returns current user status , but i want historic user status on teams .&lt;BR /&gt;&lt;BR /&gt;Is that possible ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 18:23:38 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/teams-developer/extract-microsoft-teams-presence-historic-data/m-p/4537007#M13175</guid>
      <dc:creator>sairamunir</dc:creator>
      <dc:date>2026-07-14T18:23:38Z</dc:date>
    </item>
    <item>
      <title>Team disappears from the side rail if a channel is in the section</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-teams/team-disappears-from-the-side-rail-if-a-channel-is-in-the/m-p/4536997#M145089</link>
      <description>&lt;P&gt;This started around the time Communities have been added to the side rail (the one that shows recent chats, all your teams, etc.). I have a setup where i add channels that i need to a section called Favorites and in that section i enable to show only unread. I put this section above chats in Combined view. This way i see channels with unread messages on top and new chats also appear at the top of the Chats section. This way it is easy to notice unread messages without pesky notifications. Because there is no option to limit the size of Chats section (i would prefer it to show only last 10 chats or less). So, my Teams list is usually too far below to see channels with new messages. I had this setup since Combined view was introduced.&lt;/P&gt;&lt;P&gt;But a few weeks ago behavior changed. Now, if a channel is in a section, the whole team is hidden from the side rail and under the Teams section it only shows a link "View all your teams". Which you need to click and it loads list of teams in the main window, then you click on a team and it loads a list of channels and so on. Very slow.&lt;/P&gt;&lt;P&gt;It doesn't make sense to hide entire team if you add one of the channels to some section. I still might need to access other channels and i want it to be at my fingertips, not behind 3 clicks and UI loading time. It even looks more like a bug, but probably not many users run into it as i think sections are not as popular as Microsoft have hoped.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 18:14:39 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-teams/team-disappears-from-the-side-rail-if-a-channel-is-in-the/m-p/4536997#M145089</guid>
      <dc:creator>wroot</dc:creator>
      <dc:date>2026-07-14T18:14:39Z</dc:date>
    </item>
  </channel>
</rss>

