Settings
112 TopicsMake the "[Employee Name] is out of the office and may not respond" notification configurable!
The current Out of Office notification is annoying and blocks the bottom messages from being seen in group chat. I find myself clicking the X for this notification 20 to 30 time a day. Configuration option 1) Turn On 2) Turn Off 3) Show once per outage per group chat 4) Show once and after closing the notification do not show again for all group chats (until a new outage)1.8KViews4likes2CommentsTrying to customize Communities App
Hi, I have tried to customize our Communities App to look like our company's own app. I have global admin rights and adjustments has been done here: Teams admin >> Teams Apps >> Manage Apps. I had difficulties to publish the texts and I somehow managed to publish them when doing it very many times. I still haven't managed to publish the logo nor the outline logo. If I try this, there will be a notification saying: "Warning We can't display the image of this private app. To see the image, you must get a license." The logo sizes are correct and also the file format (.png). As far as I know our licenses should be ok. Or is this notification referring to the advanced communication license?8.6KViews2likes11CommentsBug: Adaptive card does not works on Microsoft Teams's mobile app
Hello, We got a problem with adaptive card, we are using an Action.Submit button where it invoke a message request for our bot, this works fine on web but on mobile does not works, button keep on feedback and does not do any request. This is our JSON: { contentType:'application/vnd.microsoft.card.adaptive', content: { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.3", "body": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "items": [ { "type": "Image", "url": `https://digital-assets.projectcor.com/integrations/${statusUrl}-d-50.png`, "spacing": "None" } ], "width": "50px" }, { "type": "Column", "items": [ { "type": "TextBlock", "isSubtle": true, "text": `${companyName} > ${chipName}`, "color": "Dark", "wrap": true }, { "type": "TextBlock", "spacing": "None", "text": task.title, "color": "Dark", "size": "ExtraLarge", "weight": "Bolder", "wrap": true }, { "type": "TextBlock", "isSubtle": true, "text": `${lang.priority}: ${utils.getPriorityName(task.priority,locale)}`, "color": "Dark", "wrap": true }, ], "width": "stretch" } ] }, { "type": "ColumnSet", "separator": true, "spacing": "Medium", "columns": [ { "type": "Column", "items": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "items": [ { "type": "Image", "url": "https://digital-assets.projectcor.com/integrations/deadline-2.png" } ], "width": "25px" }, { "type": "Column", "items": [ { "type": "TextBlock", "text": "Deadline", "color": "Dark", "weight": "Bolder", "wrap": true }, { "type": "TextBlock", "text": `${date ? date : 'No date'}`, "color": "Dark", "wrap": true } ], "width": "110px" }, { "type": "Column", "items": [ { "type": "Image", "url": "https://digital-assets.projectcor.com/integrations/usr.png" } ], "width": "25px" }, { "type": "Column", "items": [ { "type": "TextBlock", "text": "Project manager", "color": "Dark", "spacing": "Large", "weight": "Bolder", "wrap": true }, { "type": "TextBlock", "text": `${taskPm ? taskPm : 'No project manager'}`, "color": "Dark", "wrap": true } ], "width": "180px" } ] } ], "width": "stretch" } ] }, { "type": "ColumnSet", "spacing": "Medium", "columns": [ { "type": "Column", "items": [ { "type": "Image", "url": "https://digital-assets.projectcor.com/integrations/usr.png" } ], "width": "25px" }, { "type": "Column", "items": [ { "type": "TextBlock", "text": lang.collaborators, "color": "Dark", "spacing": "Large", "weight": "Bolder", "wrap": true }, { "type": "RichTextBlock", "inlines": [ { "type": "TextRun", "text": utils.collaboratorsArray(task.collaborators) } ], "spacing": "Small", "height": "stretch", } ], "width": "300px" } ], "separator": true }, { "type": "ActionSet", "actions": [ { "type": "Action.Submit", "title": lang.comment, "data": { "msteams": { "type": "invoke", "value": { "type": "task/fetch", "action": "createComment", "route": `tasks/${task.id}` } } }, "style": "positive" }, { "type": "Action.OpenUrl", "title": lang.view_cor, "url": `https://${subdomain}.${utils.getWebUrl()}/tasks/${task.id}` }], "separator": true, "height": "stretch", "spacing": "Medium", "horizontalAlignment": "Center" } ], } Comment button of invoke type and action createComment has the issue. Thanks!4.4KViews1like9CommentsIn-dialog box not showing on IOS devices
Hi, We're facing an issue in the custom application we're creating. The application is supposed to work only during the meeting for classes to get the attendance of each student and professor of the meeting. The professor has in the side pannel a button to send the dialog box in the meeting to let everybody present in the meeting to sign their attendance. The dialog box is showing on every device (desktop/web/android) except on IOS device. Does anybody already had this issue and know how to fix it or can help us? Thanks for your help,Solved3KViews1like9CommentsSave your webcam settings in microsoft teams
Hi all I'd like to share my idea for improving MS teams. With my standard webcam settings the video is pretty dark, so I adjust it manually in the webcam settings of teams because i dont have any settingssoftware for my webcam. But every time i restart teams or my laptop the settings go back to the original "standard settings". So it would be great if it were possible to save your webcam settings. I hope Microsoft can and will implement this option.8.8KViews1like3CommentsBuilding a customizable app for Teams
Hi, I recently noticed that in the Microsoft Teams Admin Center in the Manage App section, some apps are "customizable". I am creating an app which will send requests to a software that is installed on-premises and thus has different domain name depending on the organisation using it (xxx.com, abc.com…). Could I use this feature to make the domain name customizable by the Teams admin so that the app is ready to use by the Teams users. I also wonder if and how I can use this customized data (I suppose it is manifest data) in my app code (note: I am using NodeJS). Side question, I also noticed a "Settings" tab which is always empty, what is it for, how can I add settings to my app? Thank youSolved1.4KViews1like4CommentsMS Teams not showing integrated app (Slido) to meeting participants.
Hi there. In the last weeks we encountered a few issues when our customers created an MS Teams meeting, integrated Slido app with the meeting and then created some interactions. However some participants experienced that they didn't see the Slido button right away after entering the meeting, they had to leave the meeting and join again for the Slido icon to appear. Since once Slido is integrated to a meeting then this is controlled by MS Teams I want to ask if you encountered any issues with this functionality (of showing embedded apps that are associated with given meeiting to participants)2.1KViews1like2Comments