LOB Apps
30 TopicsHTML display
I’ve encountered a small issue with the logo we provided for Parapet, which is misaligned when accessing the system through the Microsoft Teams app. It displays perfectly fine in the browser. IT doesn’t impact Parapet’s core integrated risk management functionalities. Does anyone know what kind of back-end engine Microsoft Teams uses for the html display?Solved17KViews0likes1CommentSample Code for a Bot Framework Bot making an outbound call and playing an audio stream?
Most of the samples for calling bots are for handling inbound calls, where the bot terminates a inbound call and responds to the user. In our use case, we would like the bot to make an outbound Teams call to a user and play (1) Stored media - sound file (2) Steaming media - i.e an audio stream we get from someplace else such as a internet radio station (as an example to illustrate) or even the bot acting as a relay between two calls. Are there any code samples or snippets available that illustrate a new outbound audio call to another teams user, and attaching a stored or streaming media to the call.599Views0likes2CommentsOpening custom desktop app from tab app
Hi, I developed a Desktop app and a teams tab app, I want to integrate them. The tabs app is supposed to open the desktop app and pass the data, where passing of the data is the most important thing The desktop application is running on MAC OS, and has registered listeners for the deep link Teams tab app has granted permission for open external and inside I run the application that implementsteamsjs SDK with version 2.18.0 I call from the web app inside of the Teams Tab app app.openLink("myApp://data") I expect to have mydesktop application opened and data accessable Anyone who solved similar or is there any different solution to how I can pass the data from the tab app into any desktop app? Thanks547Views0likes1CommentHow to find callChainID...?
Hi, Case: I have recording platform for Teams policy based recording, but based on Microsoft definitioin (?) there is only a callChainID available on the recordings.The callChainID is available only when the recording is done for the call or meeting:Get callRecord If I do have a meeting ID or the join URL to Teams meeting, then question is, is it possible to find the correct callchainID? Reason to find the recording is to enrich the metadata of the recording with business data. The meeting details can be found using the:Get onlineMeetingI just haven't had possibilities to see if the callchainID is already returned when getting online meeting.1.2KViews0likes5CommentsBlazor Teams App - Azure SQL / EF Core
Hello, I'm new at developing Teams app with the FX SDK. I started out with a predefined template for a Blazor Tab app. I will deploy it ti Azure and I want to use Az SQL as database. But I cannot find in the docs nothing related to how to integrate EF Core or how to setup a connection to a SQL Server instance. Does anyone have a guide or some documentation links that I couldnt find, please? Thanks a bunch!535Views0likes1CommentTeamsApp on Teams Panel via LOB
i have create a teams app , pushed it via policies to teams panel, icon is available but got error msg : app is required information and cannot be launched. Any ideas? just some additional info: I created the app to display a static content on a SP-Site. I am using the line of business feature. Here the manifest: { "$schema":"https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json", "version":"1.0.0", "manifestVersion":"1.16", "id":"5de3a72b-d1c7-4ad4-9118-988d597783ea", "packageName":"com.package.name", "name":{ "short":"CateringMenu", "full":"CateringMenuforcanteenandcafeteria" }, "developer":{ "name":"", "mpnId":"", "websiteUrl":"https://www.audiocodes.com/", "privacyUrl":"https://www.audiocodes.com/corporate/privacy-policy", "termsOfUseUrl":"https://www.audiocodes.com/corporate/terms-of-use" }, "description":{ "short":"", "full":"Hereyouwillfindourfoodmenufor\"CasadiBiasiRestaurantandCafeParisonthegroundfloor." }, "icons":{ "outline":"outline.png", "color":"color.png" }, "accentColor":"#200aa1", "staticTabs":[ { "entityId":"9e63922d-2b3b-446d-aa1f-a902b1c8137a", "name":"CanteenMenu", "contentUrl":"https://moderncomms065066.sharepoint.com/sites/canteenmenu", "scopes":[ "personal" ], "context":[ "teamLevelApp" ] }, { "entityId":"about", "scopes":[ "personal" ] } ], "validDomains":[ "moderncomms065066.sharepoint.com" ], "webApplicationInfo":{ "id":"5de3a72b-d1c7-4ad4-9118-988d597783ea", "resource":"" } }1.1KViews0likes6CommentsDeploying a custom Teams tab to specific teams
Is it possible to develop a custom Teams tab app and only allow it to be deployed to specific teams? We have several Teams that have been created for a specific purpose. We want to create an app for these Teams and automatically deploy it. The app won't be relevant to other teams, so we don't want them installing it. What options are available in Teams to support this scenario?Solved903Views0likes2CommentsMgmt.AppCatalog.LOBApp.Upload.BadRequest.BadRequest when uploading custom app
Dear Community, I try to upload my first App. It's a simple personal Tab so view an internal sharepoint site, our new document management system.But neither the upload via the Teams App nor via the Teams Admin Center works. No error appears in the Teams desktop app, only the message "Something went wrong. Please try again later." Using the Teams admin center, I get the error message "Mgmt.AppCatalog.LOBApp.Upload.BadRequest.BadRequest". My user is Global Administrator und the App seems complete vadlid and passed all tests. Any Ideas? I found a similar topic here, but there is no solution or workaround, just the info that it should be fixed last year in April. But the error still occurs to me.Solved4.2KViews0likes11Comments