microsoft-teams

MS Teams app manifest file Tenant restriction

断了今生、忘了曾经 提交于 2021-02-11 07:22:26
问题 I created the bot application and created the manifest file for it. I added it to the Microsoft teams and it is working fine. So if I use that manifest file with the other tenant account then also that app will be added and working. I don't want it to be like this. If the other tenant people tries to add the manifest it should not work or added. How to give tenant restriction in the manifest file? I am attaching my manifest file also. { "$schema": "https://developer.microsoft.com/en-us/json

Microsoft Teams - Deeplink to Bot app tab removes the “Chat” option from App

拜拜、爱过 提交于 2021-02-10 17:57:00
问题 I am trying to create a deeplink to a tab for my MS teams app, the deeplink works like https://teams.microsoft.com/l/entity/<APP_ID>/<TAB_ENTITY_ID>. I am using this link for generating the deeplink. I am opening the deeplink through an adaptive card button from the bot conversation. The deeplink redirects me to the tab successfully but it removes the chat option. But, on refreshing the same link, the chat tab reappears. 回答1: @Pallavi, This is known issue and getting fixed. Soon fix will be

microsoft-teams: How can we update the app of all users ? Lack of functionality plus issue

老子叫甜甜 提交于 2021-02-10 12:45:15
问题 We have a published app in the Teams App Store. And we are updating valid domains list from time to time (Adding new valid domains). So we have to be sure that all users have latest version of the app. If someone has old version of the app (without this valid domain name) they will not be able to open that site in task module window. It is very important to keep the app updated. So as we expected users are experiencing issues with valid domain names. And the simple question "which app version

microsoft-teams: How can we update the app of all users ? Lack of functionality plus issue

偶尔善良 提交于 2021-02-10 12:45:15
问题 We have a published app in the Teams App Store. And we are updating valid domains list from time to time (Adding new valid domains). So we have to be sure that all users have latest version of the app. If someone has old version of the app (without this valid domain name) they will not be able to open that site in task module window. It is very important to keep the app updated. So as we expected users are experiencing issues with valid domain names. And the simple question "which app version

microsoft-teams: How can we update the app of all users ? Lack of functionality plus issue

懵懂的女人 提交于 2021-02-10 12:45:09
问题 We have a published app in the Teams App Store. And we are updating valid domains list from time to time (Adding new valid domains). So we have to be sure that all users have latest version of the app. If someone has old version of the app (without this valid domain name) they will not be able to open that site in task module window. It is very important to keep the app updated. So as we expected users are experiencing issues with valid domain names. And the simple question "which app version

Test a bot functionality in Teams using ngrok

白昼怎懂夜的黑 提交于 2021-02-10 07:22:33
问题 I'm developing a bot using the Bot Framework and Azure for Microsoft Teams and I'll to develop and test my code directly in MS Teams using ngrok. In the settings of the bot I've set the message endpoint to the URL I get from ngrok and added /api/messages . But every time I want to send a message from Teams, I get a 401 unauthorized response. How could I authorize ngrok to send messages? Update: Form an answer of @Hilton Giesenow I've checked the appSettings.json file and everything is correct

Launch chat with user in MS Teams Android app from my android app

余生颓废 提交于 2021-02-10 07:14:59
问题 I have an Android app, where a tap on a button should launch Microsoft Teams Android app and open a chat with a pre-defined user. Is it possible to do and if yes - how? 回答1: If you know user's E-Mail with which he/she is registered in MS Teams (ex: username@email.com ), you can directly open chat with him/her using one of two options: show user a chooser sheet with a choice to open chat in MS Teams Android app or one of web browsers: val sendIntent = Intent(Intent.ACTION_VIEW, Uri.parse(

Launch chat with user in MS Teams Android app from my android app

☆樱花仙子☆ 提交于 2021-02-10 07:04:41
问题 I have an Android app, where a tap on a button should launch Microsoft Teams Android app and open a chat with a pre-defined user. Is it possible to do and if yes - how? 回答1: If you know user's E-Mail with which he/she is registered in MS Teams (ex: username@email.com ), you can directly open chat with him/her using one of two options: show user a chooser sheet with a choice to open chat in MS Teams Android app or one of web browsers: val sendIntent = Intent(Intent.ACTION_VIEW, Uri.parse(

Launch chat with user in MS Teams Android app from my android app

岁酱吖の 提交于 2021-02-10 07:03:37
问题 I have an Android app, where a tap on a button should launch Microsoft Teams Android app and open a chat with a pre-defined user. Is it possible to do and if yes - how? 回答1: If you know user's E-Mail with which he/she is registered in MS Teams (ex: username@email.com ), you can directly open chat with him/her using one of two options: show user a chooser sheet with a choice to open chat in MS Teams Android app or one of web browsers: val sendIntent = Intent(Intent.ACTION_VIEW, Uri.parse(

Unable to create Planner as a Tab in Microsoft Teams

送分小仙女□ 提交于 2021-02-10 05:13:33
问题 I have a set of Microsoft Teams that I'm unable to add a Microsoft Planner tab to. When I try and add the Planner I get the dialog and put in the Planner name and click Create and it gives back a Create Plan Failed message. No other information is returned. This happens doesn't happen in all Microsoft Team, ones that are created normally in the teams app work fine, but ones that I create through the Microsoft Graph have this problem. Here is the code that I'm using to create the team. public