Microsoft Client SDK for building app for Microsoft hosts
Questions tagged [microsoft-teams-js]
106 questions
0
votes
1 answer
How Do You Fix JS Reference Error to microsoftTeams in Older Teams App
I have a Teams app that was working end to end when I completed my first cut of it about 18 months ago. It's a messaging extension, and includes a dialog where a user has to make a selection from a drop down and click an OK or Cancel button. The…

Steve Peschka
- 1,015
- 11
- 25
0
votes
1 answer
"Provided add-in package was not understood...." - Error in Teams developer portal - Manifest version 1.16
We tried creating a personal app in Teams developer portal (https://dev.teams.microsoft.com/apps), and its giving an error in the Publish to store page.
Error: Provided add-in package was not understood. Please, make sure that the file being…

Sanjana Gudla
- 3
- 5
0
votes
0 answers
How to determine the user was removed from the organization?
I'm trying to find the way to detect the user deletion from the organization, when user was removed by using Microsoft 365 admin center.
admin.microsoft.com
I'm tried to use onMembersRemoved but this event is not firing once the user was…

rastym
- 26
- 1
0
votes
0 answers
I am unable to create an App Package in the Developer Portal for my Chatbot
I have created a Bot in the Azure Portal and then I am trying to create an App Package in the Teams Developer Portal. I have given all the required details but when I click on "Publish to Store", I am getting the following error:
"Provided add-in…

Sunil Edupuganti
- 1
- 2
0
votes
1 answer
Is there a roaming settings equivalate in Teams app?
I'm working on a Team App using MicrosoftTeams.js, the issue is when a user leaves the app all the data is lost.
On Office.js there is an tool Roaming Settings…

megehold
- 55
- 1
- 4
0
votes
0 answers
MicrosoftTeams context not shared between js and js interop in Blazor app - The library has not yet been initialized
I'm working on a Blazor app that runs embedded inside Microsoft Teams. In order to interact with Teams, we use the Teams SDK and call it from our C# code using the IJSRuntime interface. In order to do anything with the library, we first initialize…

WerkmanW
- 86
- 7
0
votes
0 answers
Microsoft Teams Graph API - Getting online meetings transcripts via the API
I am developing a Teams-based React app to retrieve logged-in user calendar events and ultimately transcripts for a recorded video.
I have got a dev tenant/organisations set up and got the app in place, I have got hold of a working instance of the…

Cesare Contini
- 11
- 1
0
votes
0 answers
App installed in Teams native is not showing up in iOS Devices
Decisions App installed in Teams native is not showing up in iOS Devices.
Tons of our users are not able to see nor access it anymore on their iOS phones. And it's been a blocker for iOS users.
This happening with multiple of our customers. Somehow…

Decisionslab
- 1
- 1
0
votes
0 answers
Teams Message Extension: Embedding Content from Tab App into Task Module with Authentication
I have created a Tab App in Teams. Now I want to make a dialog from one tab accessible via a Message Extension App. This works partially now through embedding the contentUrl of the specific tab as an iFrame in the Task Module of the Message…

Hanschyo
- 1
0
votes
0 answers
Calling getAuthToken inside a Teams Bot's Task Module
I have a Teams Bot which can display a task module. This task module is a React app hosted in a separate Azure App Service in the same tenant and is accessible from a public endpoint. This React app is using the node package @microsoft/teams-js, and…

CrackerBarrelKid55
- 579
- 4
- 17
0
votes
1 answer
Screen capture of web conference camera with Teams client SDK app
I would like to add a function to Teams that captures the camera video of the Teams web conference and saves it as an image file.
Since I want to operate regardless of devices such as PCs, tablets, and smartphones, I need a capture function that…

zaki
- 1
- 1
0
votes
1 answer
How do you link from a Personal Tab app to a Channel Tab app in Microsoft Teams?
Update
There's a bug in teams-js which is causing getContext to return an empty string for subEntityId, a required field for deeplinking to an app within a channel within a team.
Original Question
I have a requirement to link from a Personal Tab app…

jsonp
- 455
- 4
- 14
0
votes
0 answers
Automatic File Forwarder in MS Teams
Is it possible to develop an app which will automatically forward a file being uploaded in MS Teams channel to another server for some processing / scanning before being made available to recipient(s)?
I have tried to search the requirement in MS…

Jamaluddin Khan
- 21
- 1
0
votes
1 answer
Microsoft Teams: EntityId of a config tab - Limit and risks to use it as a object storage
I have a requirement to cache the Tab data. I dont want to use external storage as I have to manage the security myself and I dont want to use Teams SharePoint Site or User's onedrive becuase of lots of scenario(Teams/group/delete/modify) and extra…

user25879
- 129
- 7
0
votes
0 answers
ms teams app not listed in publish to org page
The app is approved and published to org. But in this page it's not visible.
You can see the bot is approved.
There is no user level policy restriction or anything. There is only one user and its admin.

Garry Kevin
- 303
- 2
- 9