Settings
99 TopicsQuestion about "Open" button on the "About" of Teams Android mobile
Dear Sir Unlike iOS mobile, I found "About" tab on Teams Android mobile. I works well. However, there is an "Open" button at the bottom side. I'm still developing my Teams app. So I'm testing the app by locally upload. The "Open" button of My app is not activated. Other app installed from Teams Store has the button activated below. Do I have to set/configure to activate this "Open" button on the About? Otherwise, is it related to Teams Store production. Many thanks BH10Views0likes1CommentMS Teams Connector pop-up not loading and more
Hi there, I have several issues with the MS Teams Connectors at the moment: 1. Connectors configuration tab not loading in the web app. I get the message that teams seems to be offline, which is not the case. I tested it in the mac desktop app and there it works fine: 2. The outlook connector configuration page is not working (already reported inhttps://techcommunity.microsoft.com/t5/teams-developer/issues-with-ms-teams-connectors/m-p/4195335) ->https://outlook.office.com/connectors/publishredirects tohttps://outlook.office.com/connectors/connectors/Home/Error 3. A few days ago, once I configure my connector (I am using our company "awork" connector) and you click on the Save button, the microsoftTeams.settings.registerOnSaveHandler gets executed as expected, however the connector is not saved. Now it doesn't even let me open the configuration page anymore. No changes were done by me in the meantime. The request id is 00-cd956e28829c4e89f03f9b76677ea30b-b8e156a867f6a66b-00 The integration is important to us as this affects several of our enterprise customers. Is there any other info I can provide? As the connectors are not deprecated yet, I would expect this whole setup to still work... Kind regards Ian1.2KViews0likes13CommentsConnector Compatibility Issues with Updated Microsoft Teams
Hi, We have been successfully using our app connector for several years without issues. However, since upgrading to the latest version of Microsoft Teams, we have encountered significant functionality problems that were not present in the older version. While the connector continues to work flawlessly on the older version of MS Teams, it fails to configure or remove connectors in the new MS Teams. Additionally, the webhook functionality is also non-operational. We have noticed missing context values such as 'teamName' and 'teamId', which may be contributing to these issues. I have attached screenshots below for your review. Old MS Teams context New MS Teams context Furthermore, we are experiencing problems with the microsoftTeams.settings.setSettings() function from the Deleted/teams-js library, which does not seem to operate correctly in the new MS Teams environment. It is unclear whether this issue is related to the saveEvent.notifySuccess() function or if there are other underlying problems preventing the settings from being applied properly. Many of our clients are expressing their frustration due to these disruptions. We are eager for your assistance and look forward to your swift response to help resolve these issues. Best regards,2.1KViews0likes18CommentsUnable to get user details after Notification Bot is app installed
I've a Notification Bot, which is currently deployed to my organization, and all the users are able to see it and add to their teams app individually. I want to send welcome message to all users who've installed the app. I've an endpoint added in the bot framework which gives me an update whenever someone adds or remove the app in their teams app. But whenever someone is installing the app, I'm getting this error "Failed to acquire token". I've tried to install the app from Admin teams to all users as well from particular user by going to "Teams store > Built for your organization > App > click on "Add"". But both of the options are giving me same error. Here is the Bot permission given by admin in Portal Azure I've added the Application Id as myBotId according to the documentation and BotSecret as well Please help me in solving this problem. P.S. I don't know what this "d6d49420-xxxx-xxxx-xxxx-xxxxxx" resembles while the former one is my BotId i.e., "28c8b3b1-xxxx-xxxx-xxxx-xxxxxxxx". Thanks in advance.490Views0likes2CommentsQuestion about "Terms of use" url
Dear Sir We are preparing Teams app to upload Microsoft Teams Store. One of requirements is about the URL of "Terms of use" I have checked "App validation" on Microsoft Teams developer portal. App validations says "warning" about "Terms of use URL must not be hosted in a domain different from Company/Website URL. Note: Please ensure the Terms of use provided pertains to this app offering." We currently uploads "Terms of use" on our own AWS server. Therefore our Terms of use for Teams app is "https://terms-eula-ipecsone.s3~" In this case, is this an issue? Can't we use AWS url for "Terms of use" ? Many thanks BHSolved248Views0likes5CommentsIssues with MS Teams Connectors
Hi, We recently started having issues adding new connectors to MS Teams channels for message posting. It was working ok few weeks ago as we were able to search for connectors and add it to the channels. Connectors can no longer be found from the lists in the attached image. We tried to access the connector developer portal at https://outlook.office.com/connectors/publish but the page is down. This has prevented us from testing some of our recent changes that we made to our integration. Also, we are now having issues with messages getting to our MS Teams walls in production. No changes have been made recently to our production Bot connector, but it's throwing a 403 errors now when posting messages. Kindly provide us with any details on what we need to do as it now seems our MS teams connector integration is broken and affecting our clients2.4KViews0likes16CommentsMS Teams App Personal Tab not loading websites
Hello, I created a new MS Teams App with a personal tab. The only thing this App should do is loading a Website. But the screen is always blank when starting the app. I use "https://www.google.de/"for example as content url and website url. In the web version of teams it shows the message, that Google blocked it, so I guess this has something to do with blocked iFrames? If so, most Websites wouldn't be able to load in an MS Teams App. What can I do to fix this problem for a simple Google Website for example? Any workarounds or tricks, how the Google Website is loading in a personal App? Best regards185Views0likes1CommentPowershell to export AutoAttendant Default Call Flow
Hello I have written a Script that configures the Default Call Flow. Would like to export before in that same script the existing configuration The part of the script is $autoAttendant_CallFlow = WR_Log_Command -Command { get-CsAutoAttendant -NameFilter $row.AutoAttendantName } -Type "Get AutoAttenand Name" Write-Host "==> This is the existing autoAttendant_CallFlow $($autoAttendant_CallFlow.DefaultCallFlow.Menu) " -ForegroundColor Magenta -BackgroundColor Black But I am getting these results Microsoft.Rtc.Management.Hosted.OAA.Models.AutoAttendant or Account Environment Tenant TenantId ------- ----------- ------ -------- email-address AzureCloud "Tennant" "Tennant ID" Do you have an Idea why it is like that Thank you for your help JFM_12Solved475Views0likes6CommentsMake 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.6KViews2likes2CommentsHow to rotate video view by 90 or 180 degrees before joining a Teams Meeting
Dear all, We are currently working on an Electron application that integrates Microsoft Teams using Azure Communication Services. We are facing an issue with webcams that are physically installed rotated by 90 or 180 degrees. so we need to rotate the video view before joining a Teams call. Does anyone know if there’s a video settings API in ACS or another method to rotate the video before we call callAgent.join method in ACS to join a Teams meeting? any code snippets or resources would be greatly appreciated. Thank you in advance for your help! Sincerely, James from Shared Studios238Views0likes1Comment