App
8 TopicsConfluence Search integration for Teams
Hey everyone, I'm a new developer on the platform, and my team and I are working on creating a Confluence Teams bot integration that searches through your organization's Confluence Wiki. We currently have a basic working integration that can be installed directly from our website onto a Teams channel, and is currently pending approval in the Teams marketplace. We're constantly looking for feedback on the product and functionality that can be improved. We would really like to hear what you think! All forms of constructive feedback/criticism are appreciated!3.6KViews0likes2CommentsTeams App for Video Analysis
Hello all! I'm working on a project at my company to create a tool for determining host performance and client satisfaction thru Teams calls/meetings video analysis We are using a provider that requires access to the WebCam stream and a browser to run their JS script that gives us the analysis output To have the best user experience possible, I'm trying to come up with a solution that integrates with Teams From what I've found in the documentation, there are two ways of achieving this 1.) Create an App that runs in the background and listens for Notifications, when a meeting starts it launches a Browser window that loads the JS, and the analysis is done in this window. When the meeting ends, the app calls a webhook and the window sends the data to the server and closes. But this only would work for the host, requires the him to authorize camera access and keep the window open each time. 2.) Create a Bot App that joins the meetings, gets the video stream from both ends, runs the JS script in a browser, and sends the data to the server. But this requires a VM for each call, and as we have more than 400 calls per hour, this would be too expensive. My questions are two: First, Is the solution 1 possible with the current API? Second, would it be possible to create a Bot to run on the host Teams App that could access host and client video stream, and run the JS script without the browser? Have a great day! Kind regards, Lucas Bueno Automation Specialist662Views0likes1CommentStoring persistent data associated to Teams user
I am developing a Teams Tab App where the user needs to authenticate using an external API which sends back a token. As the tab is reloaded everytime it is exited and entered again, the user would need to authenticate again. I would like to store this token somewhere. localStorage is an option, but it would be even better if I could store this token in some kind of storage associated to the Teams user using the app, so, for example, it does not need to relogin when switching from Team in web to Team standalone app. For this, and for other use cases, I would like to know whether it is possible to store data associated to the Teams account that is using the app, so it can be later retrieved (something like a localStorage but associated to the account). I have already had a look at this thread https://techcommunity.microsoft.com/t5/teams-developer/is-there-a-way-to-store-retrieve-persistent-data-in-teams-tab/m-p/1544749#M1549 but I don't see how getContext (as the answer says) can help me with my task. An explanation on this if it's possible will also help. Thank you2.7KViews0likes5CommentsTabs Running in Background
Hello, As I am aware (and please correct my if I'm wrong), the tabs from the tab Apps in Teams stop "executing" when you switch tab (as if you closed the tab in a browser), and reload when you switch back to them. For an App that we are making, it would be useful if there was any possibility of running a tab in the background, like when you have a tab opened in your browser. Therefore I would like to know whether any of the following is possible: Keep a tab running in background, as explained before Allow a popup window/tab/whatever that keeps some task running in the background while the user explores other tabs/apps inside Team Thank youSolved2KViews0likes1CommentAdding Apps to a meeting (Sometimes can, sometimes can't)
Hi folks. My team has successfully released our first MST app but we have been encountering a problem lately that we don't know how to get around. It seems that sometimes the user is not able to add any apps to a call/meeting in the native MST app, and other times they can. We've not been able to find the common thread between when they can't or can't. We have some people that have never been able to, and we have some that have experienced the issue more frequently than others. We are in a QA environment so we are all using the same meetings to do our testing. Any ideas? Thanks in advance.485Views0likes1CommentMissing icon in app admin panel when loading custom app created with app studio
Hello!. I have created a custom app with App Studio. It has completed the validation without errors and when uploading it to the Teams application panel, the icon does not appear. The app does display correctly when opened from Teams and contains the outline icon. Can someone tell me how to correct it? Although it appears correctly in Teams, I would like it to have its icon in the app administration panel. Thanks!1.7KViews0likes4CommentsBest practices for multi-page app
I am working on a Teams app for AppSource. It will have multiple screens: user view, user edit, admin edit. I could build a single page app with dynamic components, but I am concerned that it will impact performance. Is there a better way? I have considered creating multiple tabs, but it would mean installing 3 tabs, including some - such a the admin tab - not relevant to all users.Solved1.7KViews0likes3CommentsTeams app update: id in the manifest doesn't match
I used Yeoman Teams to build a custom app and upload it to Teams via the client. When I try to update the app, I am getting the following message: The id in the manifest doesn't match with the app being updated What am I missing? I am only updating the code, not the id. My steps: - update the code in Visual Studio Code (tsx file) - run gulp ngrok-serve - go to the app in Teams - in the context menu select Update - pick the new package zipSolved2.8KViews0likes4Comments