The Teams Toolkit is a collection of solutions and tools for Microsoft Teams developers to ease their development work. Teams Toolkit includes IDE extensions for Visual Studio Code and Visual Studio named 'Microsoft Teams Toolkit', code libraries like Teams Framework 'teamsfx' and Teams Client library 'teams-js', and a command line tool 'teamsfx' for terminal users.
Questions tagged [teams-toolkit]
224 questions
0
votes
1 answer
Using a form to post assistance request posts on a Teams channel
On my team SD agents usually require assistance from SD specialists, and this assistance request is made on our Teams channel room/chat.
We have problems making the agents use a text pre-defined template in order to provide SD specialists with…

Verminous
- 490
- 3
- 14
0
votes
1 answer
How do i handle Action.Submit, after user clicks, in code (TeamsToolkit C# Bot)
I started with Hello World Bot(ICommandHandler), I modified it
Now I try to process the response from the adaptive card
Already checked it out https://learn.microsoft.com/en-us/microsoftteams/platform/bots/bot-basics?tabs=csharp
I still can't…
0
votes
1 answer
Will my teams bot application work if my application in Azure active directory and Azure bot are in two different accounts?
So I have a scenario where my sso app registration is in Azure active directory at dev1@mycompanyonline.com and my bot is provisioned using Azure bot in Azure portal that's in dev2@mycompanyonline.com. my bot web service is hosted publicly on Https…

Sana.91
- 1,999
- 4
- 33
- 52
0
votes
0 answers
Teams Bot - MS Graph Auth - Java
I'm looking at this code sample to connect a Teams Bot to the Microsoft Graph.
https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/java_springboot/46.teams-auth
The code is working with an old version of microsoft-graph.
When I update…

BenoitD
- 525
- 1
- 6
- 16
0
votes
1 answer
Does MS Teams have a url to install an application in Teams similar to what Slack has?
While developing apps for Slack, we can distribute the app to other organizations using a url - https://slack.com/oauth/v2/authorize with appropriate scopes needed. We are able to add this url reference to a button and let users install the app by…

Harsha
- 1
0
votes
1 answer
Teams communication to custom https endoint
I would like to know how does Team communicate with a custom https endpoint.
I am developping a bot using Teams Toolkit and I am trying to understand what commands does teamsfx in order to successfuly side load app on Teams.
When trying to run the…

vladdy
- 1
0
votes
0 answers
start teams-in-meeting-app on MeetingStage after join the meeting
is it possible to start in-meeting-app on MeetingStage after joining the meeting
(using TeamsJs or TeamsJsBlazorInterop), if someone from other attendees has already shared the app content?
Thank you,
Michael

MRoutchkan
- 1
- 1
0
votes
1 answer
Access files from Microsoft Teams tab app
I'm currently building a custom teams tab app for the channel to upload a file and search the file by contents within the files. It seems Teams files tab using SharePoint to store the files. Is it possible to access the files uploaded in the teams…

Mdumanoj
- 517
- 3
- 9
- 27
0
votes
1 answer
How to refresh id-token using @microsoft/teamsfx
I created a Teams tab application by customizing the SSO react app sample from the Teams toolkit. The application redirects the user to our website (inside one of the tabs). I can grab the id-token in react (teamsfx.getCredentials().getToken(""))…

Manish Ballav
- 45
- 4
0
votes
1 answer
Teams FX Project upgrade
We have created our Teams FX project using Teams Toolkit v 3.7.0 and we have already released our app to the production.
TeamsFX CLI version from package.json: "@microsoft/teamsfx-cli": "^0.14.0",
TeamsFX API version from package-lock.json: …

Sai
- 1
0
votes
1 answer
How to get more control over updating manifest file + provisioning azure resources via Teams Toolkit?
Recently I had a chance to build Team apps using Teams Toolkit (VSC). I love it. However, I have a couple of questions.
How to use existing Azure Ad app and existing bot when creating a Team app [messaging extension or Teams Tab with SSO…
0
votes
0 answers
MS Teams Custom connector
I am creating a custom connector for MS Teams for my system, so in the iFrame of the connector config screen, we run our setup service, and then use the TeamsSDK, @microsoft/teams-js": "^2.2.0 to enable the save button, and then used the…

avadaKedavera
- 21
- 3
0
votes
1 answer
In MS Teams Navigator.mediaDevices.getDisplayMedia is not working for the screen share
We have loaded an external website (which allows the user to make or recieve phone calls) as a personal tab in MS teams. In the app, the user want to share the screen while they are in the active call. But in the teams…

Brahmajith Pm
- 43
- 2
- 6
0
votes
1 answer
How to notify the user in MS teams when we have an incoming call from an external website embedded in the personal tab
We have loaded an external website (which allows the user to make or recieve phone calls) as a personal tab in MS teams. The issue that we are currently facing is that when the user navigates away from the tab and comes back to the tab, the entire…

Brahmajith Pm
- 43
- 2
- 6
0
votes
3 answers
How to obtain a client secret in a teams toolkit project?
I'm working on a tab app where I intend using an on-behalf-of flow to obtain access token from azure active directory, so as to request data from Microsoft graph endpoints, and implementing this requires a client secret.
Is there a way I can get the…

akanjimm
- 1
- 1