Chat
597 TopicsDisable Microphone Auto Adjustment
My microphone is a USB Blue Spark. The mic itself has gain controls, and in Windows (10), it needs to be set to 50% or less, otherwise it starts to clip like crazy (50% is essentially baseline, below reduces volume artificially, above artificially increases it). Teams 'helpfully' automatically adjusts my volume. To 100%. Blowing my mic out, and making it utterly unusable. As far as I can tell, there is no way to disable this in the UI. Again, I'm on Windows 10 Pro, and I've disabled applications taking exclusive control in the microphone settings. This setting honestly does not seem to do anything at all in Windows 10, but that's a different story. First, Teams absolutely needs the ability to disable auto-adjustment. It's utterly basic functionality which is necessary for anybody with a real mic. But, in the meantime, is there any way I can disable auto-adjustment via a registry change? Thanks.Solved359KViews20likes42CommentsSuppress notifications during calls/meetings
hi everyone. I've seen a few notes about muting notifications during calls, but along with that, I need notifcations suppressed. I can't handle all the constant - y'all, it's CONSTANT - little convo popups while I'm trying to focus on a call. Muting all convos manually really isn't realistic. Is there a way to just cancel popups during certain periods?120KViews12likes8CommentsCSS Properties being stripped from Teams Chat messages from Bot
Hi Team, We've noticed that certain CSS properties are no longer appearing in HTML messages when sent to Teams Chat. Previously, our bot styled messages using display and border properties, but now these properties are missing from the HTML when we inspect the page. Steps to Reproduce: Start the Echo bot from the sample templates (I used Teams Toolkit to deploy it to Teams or run it in the Test tool). In the TeamsBot.ts file, modify the onMessage function by replacing await context.sendActivity(...) with the following code. This example adds styling to an echo message. const a: Partial<Activity> = { text: `<span style="display: block; color: red; border-radius: 4px; padding: 4px; border: 1px solid red; ">Echoo:</span> <span style="display: block;">${txt}</span>`, textFormat: TextFormatTypes.Xml }; await context.sendActivity(a); Note: I also tried sending the HTML directly with context.sendActivity(...) without setting the textFormat property in the Activity, and observed the same result. Run the bot in the Test tool and Teams to compare behavior. Observed behavior: In the Test tool: All styles are applied as expected. In Teams: Only the color property is applied, while display, padding, and border properties are ignored (stripped out of the HTML). Here’s an example of the HTML output in Teams: <div dir="auto" id="content-1730973548675" aria-label="Echoo: test styles properties" class="fui-Primitive ___16zla5h f1oy3dpc fqtknz5 fyvcxda"> <span style="color: red;">Echoo:</span> <span>test styles properties</span> </div> Could you provide insights on whether this change is intended, and if there are any workarounds for preserving these CSS properties in Teams messages? Thank you!955Views11likes4Commentsimage not visible in chat
Hi, When I try to send an image in the chat from my clipboard it doesnt always load into the chat. In the attachment you can see what I mean. In some instances it wont even load into my input chat field. If I save the image instead of copying the end result stays the same I cant see the image. Running W7 64bit Enough space left on my c drive.Solved262KViews9likes47CommentsMeetings - participants that declined are still being notified of meeting chat messages
We're facing a quite annoying problem with Teams meetings that causes all participants that were invited - irrespective of their response (unknown, decline, tentative) - to be brought into the meeting chat when the organiser begins the meeting and types in the chat box. We're getting a lot of users being confused as to how they ended up in a meeting chat and getting annoyed about chat notifications. Imagine how bad this is when you schedule a meeting for 'all' staff. Steps: 1 - Schedule meeting "Test meeting" in outlook or teams and select multiple participants - either through a distribution group or one by one 2 - Have one of the requested participants 'Decline' the invite 3 - Begin the meeting as the organiser 4 - Write 'Hi folks' in the meeting chat 5 - The person that declined the invite then get's a notification for 'Hi folks' for the meeting chat of "Test meeting" They then need to leave the meeting or mute it. Has anyone else had this and got any fixes or workarounds? Currently for large meetings, we're copying a link from another meeting and pasting it in the the invite in outlook so neither Teams or Outlook realises that it's a Teams meeting.Solved67KViews8likes48CommentsStep-by-Step: How to Setup Copilot Chat in VS Code
Copilot Chat is an AI-powered chatbot leveraging OpenAI's GPT-4, designed to enhance your coding workflow. Learn how to set up Copilot Chat step by step in Visual Studio Code (VS Code). Benefit from personalized and flexible coding environments, code analysis, automated unit test generation, and bug fixes. Prerequisites include an active GitHub account and the latest version of VS Code. Elevate your coding efficiency to new heights with Copilot Chat.107KViews7likes8Commentsbad quality audio
When I'm using Microsoft teams for Mac the audio quality is very poor, but not only in teams, everything I listen from the computer is in bad quality, like, if I reproduce a youtube video while in a meeting the sound is cracked and difficult to listen to, is this a Mac problem or a teams problemSolved147KViews7likes41Comments