Questions tagged [microsoft-teams-js]

Microsoft Client SDK for building app for Microsoft hosts

106 questions
0
votes
0 answers

Teams Deeplink - Open word file from Teams SharePoint Files in embedded word

I am developing a custom Teams tab. In the tab i am rendering my React web app with the @microsoft/teams-js package. I want to open an existing word file in the Teams SharePoint in the embedded word app in Teams. How can I create such a deep link…
0
votes
1 answer

I want to use Microsoft Teams HTTP request that sends a message in chat. How do I get my TeamsID and ChannelID

As the title says I want to create messages in our teams channel via HTTP Calls. This is the documentation I am referring to https://learn.microsoft.com/en-us/graph/api/chatmessage-post?view=graph-rest-1.0&tabs=http It says that I have to do a…
0
votes
1 answer

notifySuccess on saveEvent not working, seeing error in console

I'm trying to build a screen to save a connector and I cannot get the Save button to work. It throws a JavaScript error from deep inside Teams itself. As you can see I'm using the latest stable version of Teams JS. My code has been boiled down to as…
0
votes
1 answer

Is there any way to know which version of custom tab app user is using in teams?

We have a custom tab app installed in teams. Recently we've updated the manifest file where we've put the version as 2.1.0. Now my question is if there are any ways to know which version of the app the user is using(are they using the latest version…
0
votes
1 answer

How to remove local storage data after uninstallation of the teams custom tab app from teams store

I made an teams custom tab application which stores data in local storage But it stores the data even after uninstalling the application. So is there any way to remove that local storage data after uninstalling the application from the Teams app…
0
votes
1 answer

Microsoft Teams App - showLoadingIndicator : true resulting in breaking config tab

I am trying to use showLoadingIndicator : true in my manifest file and as soon as I load the MicrosoftTeams.js file in my _host.cshtml file I call the javascript to notify success. But this breaks the config Tab. When I search for the item and…
user25879
  • 129
  • 7
0
votes
0 answers

Microsoft Teams App - pass team's culture to oauth backend provider in Tabs

I have build a Teams application on Asp.net core and connected the oauth backend provider. At startup.cs, I dont know the Team's culture yet. Then I ask user to login and get the culture in my cshtml page. But I am not able to find a way to pass…
user25879
  • 129
  • 7
0
votes
1 answer

Is it possible to obtain an Oauth token inside Teams without reauthenticating?

If a user is already signed into Teams and they visit a Task Module React app, is it possible for the app to obtain an OAuth token without requiring the user to sign in again? I'm able to obtain a token using the @microsoft/teams-js node package,…
0
votes
0 answers

teams tab app - pass deeplink option like subEntityId to appInstallDialog when a user clicks on adaptive card button

Users from our teams tab app can share our app installation link in channel through graph api post request -> https://graph.microsoft.com/v1.0/teams/${teamId}/channels/${channelId}/messages so that other users from that organization can install our…
0
votes
0 answers

Building Action Based Messaging Extension using Bot Framework and without ngrock

What is the best way to build Teams messaging extension using the bot framework without ngrock. My organization is not even allowing me to use it for testing or development. My web search pointed me to Azure Service Bus, Azure Relay and a dedicated…
0
votes
0 answers

Teams toolkit Hello World Bot with SSO, show command not working

I am trying out the Hello World Bot with SSO sample which comes with the Teams toolkit. "Show" command is not working as expected for me, getting a response as There is an issue while trying to sign you in and retrieve your profile photo, please…
druveen
  • 1,611
  • 3
  • 15
  • 32
0
votes
1 answer

Hide 3-dots menu in Teams mobile custom app (spfx)

I'd like to hide the "..." menu in a custom app (spfx-webpart), which is displayed, when the tab is opened in the teams mobile app: Screenshot showing the menu I like to hide Is this possible? I tried to find some docs from Microsoft and googled a…
0
votes
0 answers

MS-Teams apps, accessing native device capabilities

I'm using the below approach to access the camera & gallery from an MSTeams app. Link: Access device permissions I'm facing 2 errors, Error 1: 1000App doesn't have sufficient permission to use this API This is when i dont use…
0
votes
1 answer

Error when execute action button from Adaptive Card

We have Microsoft Teams Bot and send Adaptive Cards to users. One user received "this card action is disabled because you've blocked" after trying to click on Action Button. Why do we receive this error, and how can we fix it? Here's a screenshot
0
votes
0 answers

How to Mute/UnMute using Teams in-Meetings app

does Toggling incoming audio feature still in preview state ? I was tring to to build Teams meeting app according to this…
DevÁsith
  • 1,072
  • 12
  • 38