Questions tagged [microsoft-teams-js]

Microsoft Client SDK for building app for Microsoft hosts

106 questions
0
votes
1 answer

Can we have reuse MS Teams Praise dialog in Personal App?

I want to reuse the MS Teams OOTB Praise functionality in my Personal MS Teams app, is there a way to achieve this? Any help would be appreciated.
Sigar Dave
  • 2,598
  • 1
  • 20
  • 42
0
votes
0 answers

Get teams members details of MS Teams using Teams.js/sdk

In configurable MS Teams tab app, is it possible get teams member details using Temas.js such as how it gives the context details like below import { app, Context } from "@microsoft/teams-js"; app.getContext().then((context: Context) => { …
DevÁsith
  • 1,072
  • 12
  • 38
0
votes
0 answers

MS Teams deep link to specific page Inside a Tab application

I want to create a Deeplink to my tab application which is running a custom web application. The web app is running on azure app service (let's say the URL is https://XYZ.azurewebsites.net). The custom app is built using React. Now what I want is to…
0
votes
0 answers

What can you do with the teams-js startCall param source?

I have not been able to find a example of the startCallParam source in action and I can't figure out what it does and how it works. Does someone have a example for me? I cant seem to find what giving a source inside of the startCall function…
0
votes
1 answer

How can I get the Json Response of create chat from Microsoft Graph Api

I'm trying to get the response of create chat function with Microsoft Graph Api in my c# Application and show it in a textbox, to let my c# system be able to sent message with the chatID. I was be able to get the response of getallchat with…
0
votes
1 answer

Error after changing my Application ID URI to CDN endpoint

I'm trying to deploy my application built on the team toolkit scaffolding for multi-tenant. I created a CDN endpoint and updated my state JSON object to reflect the new front-end endpoint. After provisioning, deploying and making the account setting…
0
votes
1 answer

How to open a pop-up within MSTeams APP when using @microsoft/teams-js

We are trying to implement SSO inside the MSTeams Tabs app. Our SSO URL redirects the user to the identity provider's URL for authentication. We need to open the identity provider URL inside the teams tab as a pop-up. We are not using the MsTeams…
Aditya
  • 1
  • 4
0
votes
1 answer

Asynchronous response to Task module fetch

I'm wondering if there is a way to asynchronously respond to MS Teams Task module fetch events. By asynchronous I mean that we would lose the original context of the request because we sent the original request to another service. So one service to…
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…
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(""))…
0
votes
1 answer

Build a Teams tab with SSO Restrict Access to specified Tenant

I'm following the Build a Teams tab with SSO tutorial and I would like to restrict access to only a few tenants. I have followed this tenant-restrictions walkthrough on restricting access using 2 HTTP…
0
votes
0 answers

Close MS Teams StageView programmatically

I'm displaying a third party web page (client page) in a StageView, opened from an AdaptiveCard tabInfoAction: { type: "invoke", title: "open in stageView", value: { type: "tab/tabInfoAction", tabInfo: { …
bjnsn
  • 2,710
  • 2
  • 16
  • 14
0
votes
2 answers

MS Teams Tab App is not closing back the Admin Permissions Consent window in the Desktop/ Mac Teams application

I am building a Microsoft Teams Tab application, https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/what-are-tabs. In my application, I need to open the admin permissions consent page within the app to force the IT admin to allow…
Wai Yan Hein
  • 13,651
  • 35
  • 180
  • 372
-1
votes
1 answer

Teams App - Integrations within the Files tab

Is it possible to modify any of the context menus from the Files tab in Teams? I would like to add some functionality to download these files to my application. Files tab in Microsoft Teams
-1
votes
2 answers

MS Teams Personal App - Detect User Leaving the Personal App

I have created a MS Teams personal app using react and fluent UI react northstar library. There is a requirement from the client to generate a KPI for each user's time spent inside the app. I can get the user in time for the app, but the question…
1 2 3 4 5 6
7