Microsoft Client SDK for building app for Microsoft hosts
Questions tagged [microsoft-teams-js]
106 questions
0
votes
0 answers
Teams JS - File Attachment Message in Task Module
I would like to display the title of this file attachment in an embedded web view Task Module that is launched from this command. Is it possible to obtain this data using the Teams JS library?
Compose Extension command in message context

lfdevjmp
- 3
- 4
0
votes
1 answer
How to send custom parameter and receive it in the custom application, microsoft teams
I have created a deeplink which redirects user from email to Microsoft teams application and points to my custom app and opens static tab.
This static tab hosts an angular application.
link looks like this :…

Scorpion_Beardo
- 1
- 1
0
votes
1 answer
Microsoft Teams JS SDK shareWebContent function not working on mobile app in Angular 15
Hello StackOverflow community,
I'm currently developing an application using Angular 15 and the latest Microsoft Teams JavaScript SDK. I am attempting to use the sharing.shareWebContent function to share content in my Teams mobile app. The…

Vinny P.
- 21
- 9
0
votes
0 answers
Teams App - Embedded Web View Task Module launched from Adaptive Card - Bot Framework SDK for Java
I have a simple Adaptive Card returning into the Teams chat from a TeamsActivityHandler.onMessageActivity override:
@Override
protected CompletableFuture onMessageActivity(TurnContext turnContext) {
String text =…

lfdevjmp
- 3
- 4
0
votes
0 answers
popup out app in Teams from custom application
How can I create a popup window within the Microsoft Teams Desktop application that functions similarly to the "popup out app" button, instead of using window.open which opens a new browser window? The task module creates a modal popup, but we…

Vladimir B
- 170
- 1
- 13
0
votes
1 answer
Build Microsoft Teams Message Extension for Action Command
I want to build a Microsoft Teams message extension. I have read all the documents but they are all related to command box, message box and creating cards.
Can anyone tell me how it works?
I have created a message extension "Hello World" using Teams…

Ojasvee Garg
- 3
- 3
0
votes
1 answer
How to set expiration date "Today" on teams with POWER AUTOMATE
I want to set TEAMS status message automatically.
So, I will use POWER AUTOMATE and using below method.
But I don't know how to set expiration date, "TODAY" without any number.
Please let me know how to set.
Thank you.

ahnsangski
- 41
- 7
0
votes
1 answer
Does any Teams Bot Activity handlers gets invoked if a Team or a channel is deleted because it's retention period is expired?
There is a TeamsActivityHandler - OnTeamsChannelDeletedAsync(), this will be invoked by the Bot framework when a channel is deleted by the user. However, if a channel is deleted if it's retention period is expired does it still invoke the above…

MaheSH YU
- 27
- 6
0
votes
1 answer
How do I make an SSO Popup in MS Teams App
Currently, I've created a new MS Teams react app, and:
In the "staticTabs" -> I have a tab that renders our website/app through (I'm assuming iFrame).
SSO is being triggered from our website/app code, so SSO works perfectly on MS Teams WEBSITE…

okaymoe
- 1
- 2
0
votes
0 answers
How to send notification to activity tab of Microsoft teams using Teamsjs?
I am working on a MS teams notification bot. I am able to send notification, I am getting a card banner as soon as notification is received. I have used adaptive cards for content. I want to show that notification in Activity feed too, so that the…

Scorpion_Beardo
- 1
- 1
0
votes
0 answers
Microsoft Teams API Create Meetings Extension Live Video Frame Capture
I want to build an application about image processing with MS Teams Meetings. So how can i get frames on live stream? Can I get video frames or video stream data ? Is there any possible way to do this ?
Thanks.
I tried to use Microsoft Teams JS…

mkemalgokce
- 13
- 2
0
votes
0 answers
simple Tab application in Teams
I am looking for example of simple Tab application without React functionality with one button, which can invoke task module with Custom Form on click event by TeamsJs v2
Thanks

Vladimir B
- 170
- 1
- 13
0
votes
0 answers
Personal tab teams add configuration/read configuration from bot
I have an application in MS Teams. It is a message extension and a simple bot. This application needs a REST API set from the user to work properly. If this REST API is set and the user logs in, everything works ok. UserState with REST API url is…

cici
- 11
- 3
0
votes
1 answer
Teams App - External API authentication and data storage best practices
I'm working on a message extension task module with embedded web view that is invoked from the "..." overflow menu on a message. When the user first launches my task module, I would like to have the user provide user name/password into a login…

lfdevjmp
- 3
- 4
0
votes
0 answers
Teams Bot FileInfoCard Sharepoint Content URL Error
I'm building a Teams Bot following this Teams File Upload Bot example.
I'm trying to get a PDF file through, and have it responding back with the FileConsentCard followed by the FileInfoCard:
FileConsentCard and FileInfoCard
When clicking the…

lfdevjmp
- 3
- 4