Questions tagged [msteams-react-base-component]
12 questions
0
votes
1 answer
Is there any we can connect with task module from html parsed adaptive card?
I'm using an HTML-rendered version of the adaptive card using these 2 packages in MS Teams.
https://www.npmjs.com/package/adaptivecards (version 2.11.1)
https://www.npmjs.com/package/adaptivecards-react (version 1.1.1)
React 16
Previously I was…

Parag Jadhav
- 1,853
- 2
- 24
- 41
0
votes
0 answers
How to get accessToken for graph api when inside the teams application for tab app?
I am building a Microsoft Teams tab app using React, and I need to access the Microsoft Graph API to fetch some data for the signed-in user. How can I obtain an access token for the Microsoft Graph API when my app is running inside the Teams…

Alok Singh
- 31
- 6
0
votes
0 answers
MS Team's Tab | How to replace existing client with a React App
I have created a MS Team's Tab App using https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-sso/nodejs. Currently, the client side is implemented using something called as '.pug' files.
I wanted to use a React App instead. Is…

Devesh Tiwari
- 85
- 1
- 12
0
votes
0 answers
Error when opening a MS Teams Personal App in Mozilla, Edge or Opera browser
I have created a MS Teams personal app, everything was working fine till few days ago. But then I started receiving this error in Mozilla, Edge and Opera browser.
This is working as expected in Chrome browser.
AggregateException: One or more errors…

Sigar Dave
- 2,598
- 1
- 20
- 42
0
votes
0 answers
Facing problems while trying to automate MS teams using cypress, elements within teams application are not found
Screenshot from Cypress runner
describe('Microsoft Teams automation', () => {
it('Logs in and navigates to a channel', () => {
cy.visit('https://teams.microsoft.com/');
cy.get('input[type=email]').type('your-email-address');
…
0
votes
0 answers
For a user query.the answer is a chart which is of type iframe.How can I render that responsed iframe to the user using MSTeams bot?
I have a user using the bot, it queries let's say sales by region. The answer will be of chart which is of iframe type. Now I need to render this iframe to the user using the MSTeams bot? How can I achieve this?
Provide links for the required…
0
votes
0 answers
G9 Samsung screen and sharing half a screen in teams
I have G9 ultra wide monitor (5120 x 1440) native resolution. I wish to somehow on MSTeams to share just a half of my screen in standard ratio 16:9. I already have OBS. however i have no idea how to set OBS with virtual camera so it will show only…
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…

Raghavendra
- 101
- 2
0
votes
0 answers
MS Teams Invalid tab settings provided: url while saving the customs configurableTabs
I got this above error while adding configurableTabs into teams app."Invalid tab settings provided: url". I tried to to add domain into validDomains. but still i got the same error.
I tried different ways and google it but id did not get the…

Prince Saini
- 41
- 1
- 2
- 8
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…

Xero
- 21
- 2
0
votes
1 answer
Identify current theme of MS Teams in react bases component
I am working on the MS Teams app where I have a page in which I want to identify current MS Teams theme (default, dark or high contrast).
I have added this https://www.npmjs.com/package/msteams-react-base-component dependency where it explaining how…

Shabbir Dhangot
- 8,954
- 10
- 58
- 80
-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…

Sigar Dave
- 2,598
- 1
- 20
- 42