Forum Widgets
Latest Discussions
Seeking Guidance on Real-Time Audio and Video Analysis in a Teams Plugin
Hello Team, I’m currently building a plugin for Microsoft Teams meetings. This plugin analyzes real-time audio and video streams and returns the results to the user through the app. My implementation uses a tab application that communicates with a bot application for processing and interaction. The bot is intended to record real-time audio and video during meetings; however, I’ve encountered difficulties in implementing this feature. Despite my efforts, I haven’t been able to find a relevant example or project demonstrating how to achieve real-time audio and video recording within a Teams bot. I would greatly appreciate any guidance, resources, or references to projects/examples that could help me implement this functionality. Thank you for your time and assistance! Best regards, ItaySolvedItay_NadirDec 11, 2024Copper Contributor90Views0likes6CommentsTeams Bot can't connect to Azure App Service
Hi I have a built a basic Bot using nodejs and Bot FW 4*, but fr my deployment tests I am simply using the community echo bot. I have been through every debugging process I can but cannot figure out why my Teams Channel simply won't work. The back-end receives no http requests if its hosted on Azure App Service (windows or linux), else works perfectly. Is there something special that I need to do on the App Service config... Here are the facts The Azure Bot works perfectly using Test in Web Chat, with the nodejs back-end hosted on Azure App Service , both when deploying to Windows or Linux instances. This confirms the messaging end point is working. The App Service's networking is all public and the generated domain served via HTTPS. The end point is accessible and accepting requests (works in Web Chat) I have request logging to log all incoming calls to the nodejs server, but nothing actually reaches the server when going via the Teams channel If I update the messaging end point to point to my local dev server via a devtunnel, then the Bot DOES work in both WebChat AND Teams channel When I say does not work in Teams Channel, I simply get no response in the chat window, but I am able to send requests I also tried publishing the Bot in MS Teams, which published successfully,. but still does not work Our Teams is using the same tenant as my bot My only conclusion is that MS Teams has some issue when the Bot end point is hosted on an Azure App Service (remember it works when pointing to another end point, my local devtunnel) Any help would be greatly appreciated HansSolvedHansWeFiNov 13, 2024Copper Contributor49Views0likes2CommentsCustom App requests authentication on Teams Mobile (iOS)
Hello everyone, I have a legacy web app that is hosted locally and published via Entra ID App Proxy, ensuring it is secured by conditional access policies. I wanted to test its integration in Teams, and it works fine as a custom app. When I call the "Entra ID App Proxy" app within a custom Teams app, it functions seamlessly with SSO on the Teams app for Windows and in MS Edge. However, I encounter an issue with SSO when I open the custom app in Microsoft Teams (version 6.18.2) on iOS (version 18.0.1). It always prompts for credentials (username, password, and MFA code), which is different from my experience on Windows and in the browser. Has anyone else tried something similar to make a legacy app available within Microsoft Teams? Any insights or solutions would be greatly appreciated. Thank you!SolvedErik365OnlineOct 28, 2024Steel Contributor171Views0likes4CommentsHow to include button to channel tab in an adaptive card
When you add a tab to a channel, you can optionally "Post to the channel about this tab," which includes a button that opens the tab. How can I include a button like this in an adaptive card sent by my bot? I was able to send a deeplink to the tab using the format https://teams.microsoft.com/l/entity/ <APP_ID>/<TAB_ENTITY_ID> , but that opens a personal tab instead of a channel tab.SolvedjlincroftOct 25, 2024Copper Contributor160Views0likes1CommentHow to Join a Teams Meeting using Only the Meeting ID without password or user sign-in
Dear all, We are working on a project that involves integrating Microsoft Teams into a web application. I have two requirements, and we are seeking guidance on how to implement them: Join a Teams meeting using only the meeting ID: Is it possible to allow users to join a Teams meeting by entering just the meeting ID, without requiring a password or sign-in? If so, what would be the best approach to achieve this? Bypass the lobby from the client side: Is there a way to automatically bypass the Teams meeting lobby from the client side, allowing users to join the meeting directly without needing host approval? Any help or direction on how to implement these features would be greatly appreciated! Thank you in advance! James from Shared StudiosSolvedsharedstudiosOct 24, 2024Copper Contributor605Views0likes5CommentsAbout "Reload app" on Desktop Teams and "Refresh" on Teams mobile.
Dear Sir I have an issue about Teams Tab application, which is Tab web hosting from AWS server. On Desktop Teams app, when I click "Reload app" button in "..." more button at the top-right side, my web hosting is working normally. However, If I click "Refresh" in Teams mobile, I works differently. AWS static hosting server has strict rule. If the URL is different, AWS shows "access denied" like below. Can you advise why its' differently worked ? I tried to test this many times with cache clean. Definitely it shows different result. Many thanks BHSolvedbyungheesohnOct 23, 2024Brass Contributor302Views0likes6CommentsUnknown crossbar on Teams tab
Dear Sir I'm developing Teams Tab app to upload our app on the MS Teams Store later. Since a few days ago, I have been seeing a unknown crossbar on the Tap of Teams. (Both Desktop Teams and Web Teams). I can't find what the issue is. I have attached the screen-cap below. It has a warning icon with orange color, with x icon at the right side. Can you advise how I can't remove the crossbar ? Many thanks BH.SolvedbyungheesohnOct 22, 2024Brass Contributor224Views0likes6CommentsIs there an API to start or stop a transcription in a teams meeting?
Hi everyone, Is there an API to start or stop a transcription in a teams meeting? Did not find any documentation for this. Also is there any API/sdks to find the status of the transcription in the meeting?SolvedChaitanyaSai370Oct 22, 2024Copper Contributor171Views0likes1CommentAdaptive cards aren't rendering on Teams sent from Webhook
I'm trying to make an AdaptiveCard that will show some information about an outage. This JSON looks great on adaptivecards.io/designer, but everything inside the 'body' isn't rendered in Teams. Here is an image of what appears when I try to call the webhook. And here's what it looks like on adaptivecards.io { "text": "Datto Alert Raise on [device_hostname] [device_description] | [site_name]", "fallbackText": "Datto Alert Resolve on [device_hostname] [device_description] | [site_name]", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.5", "body": [ { "type": "TextBlock", "size": "default", "weight": "default", "color": "default", "text": "Datto" }, { "type": "TextBlock", "text": "New Datto RMM alert", "wrap": true }, { "type": "TextBlock", "text": "New alert on [device_hostname] [device_description] | [site_name]", "wrap": true, "size": "Medium", "weight": "Bolder" }, { "type": "TextBlock", "text": "IP address: [device_ip] | Last user: [lastuser]", "wrap": true, "color": "Dark" }, { "type": "FactSet", "facts": [ { "title": "Category:", "value": "[alert_category]" }, { "title": "Description:", "value": "[alert_message]" } ] } ], "actions": [ { "type": "Action.OpenUrl", "title": "New UI View Device", "url": "https://[platform]rmm.centrastage.net/device/[device_id]/[device_hostname]" }, { "type": "Action.OpenUrl", "title": "Old UI View Device", "url": "https://zinfandel.centrastage.net/csm/device/summary/[device_id]" }, { "type": "Action.OpenUrl", "title": "New UI View Alert", "url": "https://[platform]rmm.centrastage.net/alert/[alert_uid]" }, { "type": "Action.OpenUrl", "title": "New UI Web Remote", "url": "https://[platform].centrastage.net/csm/remote/rto/[device_id]" }, { "type": "Action.OpenUrl", "title": "New UI View Site", "url": "https://[platform]rmm.centrastage.net/site/[site_id]" } ] }SolvedNateW345Oct 17, 2024Copper Contributor460Views0likes7CommentsQuestion about "Terms of use" url
Dear Sir We are preparing Teams app to upload Microsoft Teams Store. One of requirements is about the URL of "Terms of use" I have checked "App validation" on Microsoft Teams developer portal. App validations says "warning" about "Terms of use URL must not be hosted in a domain different from Company/Website URL. Note: Please ensure the Terms of use provided pertains to this app offering." We currently uploads "Terms of use" on our own AWS server. Therefore our Terms of use for Teams app is "https://terms-eula-ipecsone.s3~" In this case, is this an issue? Can't we use AWS url for "Terms of use" ? Many thanks BHSolvedbyungheesohnOct 14, 2024Brass Contributor262Views0likes5Comments
Resources
Tags
- microsoft teams1,665 Topics
- developer1,291 Topics
- Meetings224 Topics
- Chat212 Topics
- Administrator134 Topics
- Settings101 Topics
- Calling100 Topics
- files64 Topics
- teams53 Topics
- devices52 Topics