Teams Development
9 TopicsUsing design frameworks for teams
Hi guys, We are building our web app and want to choose right design frameworks. Our plan is to build a stand alone web application and then to integrate it with Microsoft Teams. As I understand, web applications integrate with Teams using IFrame. In the documentation for Teams developers is written that if I want to develop my web app inside Teams (as Teams web app), it is recommended to use Fluent UI Northstar. But if I want to develop just a stand alone web application and then to integrate with Teams, could I use other frameworks like Bootstrap, React bootstrap or Syncfusion? Are there any constraints while integrating with Teams? Thanks in advance!906Views1like0CommentsSend messages on teams on behalf of the app.
Hi, I am able to send send messages on a team's channel by using POST-https://graph.microsoft.com/v1.0/teams/{team_id}/channels/{channel_id}/messages But this api is sending messages on behlaf ofuser.Isthere any way i can send these messages on behlaf of application.I mean instead of user's name my application name will reflect. Nitin -> Hi this is nitin's app. WRONG NitinApp -> Hi this is nitin's app RIGHT Is there any way to achieve it? My task is to create a company app/bot which can send notifications to our client's teams.Every client has its own microsoft/teams organizationaccount. Soif any client wants to get notify from our app first he will have to authenticate our app and set a channel.After that our app will send messages to that channel(Not on behalf of user). For example- Just like a slack app.We have a slack app which can send daily report notifications to our clients.How can i achieve it in Teams? Can i achieve it by creating Teams app or bot? Pls help.. Thanks.5.1KViews0likes3CommentsTeams Search Messaging Extension - Update Existing Adaptive Card Posts!
Dear All I have been working on MS Teams search messaging extension and implemented an app that query backend systems and users could select the preview card. Once selected, it will appear on the compose box to post the selected value. Everything is working as expected, however, I couldn't able to figure out how to refresh the card that it was approved/rejected, which was posted by the user after users take actions on the option provided on the card, in this case after clicking on Submit button (See below screenshot) I tried using "Send Activity" or "Update Activity", but it is throwing an error stating that "The bot is not part of conversational roaster". Could you please guide me what I have missed here? Thanks Chandrasekaran Nageswaran1.9KViews1like8CommentsDevTools shuts down when "Reload tab" selected.
Hi, I'm trying to use the Teams DevTools to debug some code in a Teams tab, which is executed when the tab is first rendered. However, when I select the "Reload tab" button to trigger the code to be executed, the Devtool tools shuts down. As a result, my breakpoint is never hit. Is there any way to debug code, which is executed when the tab is first rendered? Thanks, GeorgeSolved1.3KViews0likes3CommentsRecommended External Web Server To Host Teams Tab?
Hi, I've created a Teams tab and am hosting it locally using ngrok + node.js. This is working fine. However, I would like to host it on an external web server. What is the recommended web server to use? Can it be hosted with Apache Tomcat? If so, is there any documentation and/or examples of how to do this? I can't seem to get it to work with Tomcat and I have not found any information on this topic. Thanks, George1.2KViews0likes1CommentAutomatic emails on form submission in Microsts Teams
Hi Every One !! I am creating the app on Microsoft teams for our internal organization so I created the form after submission of form I want to alert the HR and their manager via email and Notification on teams , Can any one guide me on Trigger of email and notification via code in Microsoft teams1.4KViews0likes2CommentsTeams Dev Setup Integration with SBC on Azure
Hi Everyone I am trying to test Teams Direct routing using Azure (trial) Cloud based SBC. Azure provide Public IP using which i am able to open the SBC. Problem is that i cant see to find Public IP of the Teams Dev platform which i can use on SBC to perform the integration. Is this something even available? Sorry i am quite new to Teams. Is this is something that's only available to partners?924Views0likes1CommentHow to create Media Session Configuration Blob - Javascript
call: answer { "callbackUri": "<callback url>", "mediaConfig": { "@odata.type": "#microsoft.graph.appHostedMediaConfig", "blob": "<Media Session Configuration Blob>" }, "acceptedModalities": [ "audio" ] } How do we generate <Media Session Configuration Blob> in Javascript SDK?889Views0likes0CommentsAdd Cloud storage to teams automation(powershell or graph API or power automate)
Hi Guys - I have very important requirement from client asking to add cloud storage link sharepoint to each channel. But this should not be manual effort , How can i achieve this , Practically not possible to add thousands of links manually So please let us know how to automate this with any scripting like powershell or graph API or power automate flow ?? As per client No matter what scripting we use but this needs to be automate.. Please suggest2.7KViews0likes1Comment