devices
52 TopicsHow to add multiple (camera) video streams to an MS Teams meeting (video conference)?
I work for a company that produces a video camera device (ie: webcam) that uses smart AI technology to produce a separate video stream for each person in the camera's field of view (in the room). We would like to each of the multiple camera video streams to an MS Teams meeting (video conference) as if they were separate participants (sitting at another computer attending the same video conference). Any thoughts on how we might do this?41KViews2likes8CommentsAdaptive Card not Displaying On Teams Mobile
Hey everyone, I've been messing with Power Automate to create Adaptive Cards after every day to update the team on how we're doing. It works perfectly on Desktop, however, some text is not visible on Mobile as seen in attached pictures. The first picture is how it displays on mobile, the second is how it displays on desktop. Changing my theme to light still does not show the numbers that should be there. I've attached the adaptive card json at the bottom, any help is appreciated! { "type": "AdaptiveCard", "body": [ { "type": "Container", "items": [ { "type": "TextBlock", "size": "Large", "weight": "Bolder", "text": "DC Data for Last Shipping Day ", "spacing": "Large", "horizontalAlignment": "Center", "color": "Good" }, { "type": "TextBlock", "text": "Great work! We shipped @{add(add(int(variables('Output')[0]['Orders Shipped']), int(variables('Output')[1]['Orders Shipped'])), int(variables('Output')[2]['Orders Shipped']))} orders.", "wrap": true, "size": "Medium", "horizontalAlignment": "Center" } ] }, { "type": "ColumnSet", "columns": [ { "type": "Column", "width": "stretch", "items": [ { "type": "TextBlock", "wrap": true, "text": "Wisconsin:\n\n", "size": "Large", "weight": "Bolder" }, { "type": "FactSet", "facts": [ { "title": "Orders Shipped:", "value": "@{variables('Output')[0]['Orders Shipped']}" }, { "title": "Orders Left to Ship:", "value": "@{variables('Output')[0]['Orders Left to Ship']}" }, { "title": "Overdue Orders:", "value": "@{variables('Output')[0]['Overdue Orders ']}" } ] } ] }, { "type": "Column", "width": "stretch", "items": [ { "type": "TextBlock", "text": "Nevada:", "wrap": true, "size": "Large", "weight": "Bolder" }, { "type": "FactSet", "facts": [ { "title": "Orders Shipped:", "value": "@{variables('Output')[1]['Orders Shipped']}", "color": "Accent" }, { "title": "Orders Left to Ship:", "value": "@{variables('Output')[1]['Orders Left to Ship']}" }, { "title": "Overdue Orders:", "value": "@{variables('Output')[1]['Overdue Orders ']}" } ] } ] }, { "type": "Column", "width": "stretch", "items": [ { "type": "TextBlock", "text": "Mississippi:", "wrap": true, "size": "Large", "weight": "Bolder" }, { "type": "FactSet", "facts": [ { "title": "Orders Shipped:", "value": "@{variables('Output')[2]['Orders Shipped']}" }, { "title": "Orders Left to Ship:", "value": "@{variables('Output')[2]['Orders Left to Ship']}" }, { "title": "Overdue Orders:", "value": "@{variables('Output')[2]['Overdue Orders ']}" } ] } ] } ] }, { "type": "ColumnSet", "columns": [ { "type": "Column", "width": "stretch", "items": [ { "type": "TextBlock", "text": "TOTAL PERCENTAGE", "size": "Large", "color": "Accent", "maxLines": 3, "wrap": true, "horizontalAlignment": "Center" } ], "verticalContentAlignment": "Center" }, { "type": "Column", "width": "stretch", "items": [ { "type": "TextBlock", "wrap": true, "text": " @{body('Format_number')}%", "size": "ExtraLarge", "horizontalAlignment": "Center", "color": "Good" } ], "verticalContentAlignment": "Center" }, { "type": "Column", "width": "stretch", "items": [ { "type": "Image", "url": "imageURL", "horizontalAlignment": "Center", "spacing": "None" } ], "verticalContentAlignment": "Center", "backgroundImage": { "verticalAlignment": "Center", "horizontalAlignment": "Center" }, "horizontalAlignment": "Center" } ] } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.3" }Solved12KViews1like19CommentsCan't join a TEAMS LIVE EVENT from a TEAMS BOARDROOM DEVICE
Microsoft works with a number of hardware providers to produce Boardroom Devices. Providers like Poly, LifeSize, Yealink, Crestron, Logitech and others. These providers build the hardware, and Microsoft provides the TEAMS Software for the device. The TEAMS software on a boardroom device, is very different from TEAMS on a computer. TEAMS on boardroom devices are able to be invited to TEAMS MEETINGS and this works well. However TEAMS LIVE EVENTS are a different type of meeting, and the invitation process is different and does not work on TEAMS boardroom devices. TEAMS Boardrooms CAN be added to a live event as a presenter, however, if MICROSOFT runs a TEAMS LIVE EVENT like they will at the Microsoft Ingnite conference, you can't join it from a TEAMS boardroom device. This is the same issue when DELL or any large company sends out a link to join their TEAMS LIVE EVENT... you simply are unable to join it from a certified TEAMS boardroom device. I've opened a case with Microsoft and one tech tells me that Engineering says is it something they are working on, and then another tech tells me it's not on the schedule. It's very frustrating that I can't get a straight answer... and moreover, TEAMS boardroom devices should be able to attend TEAMS LIVE EVENT. It's all TEAMS after all... When can we expect this?Solved12KViews0likes5CommentsHow to enable cookies & cross site tracking in Teams IOS App
I am developing an app for Microsoft Teams. The app includes a personal tab (static) tab which displays an iframe from a different domain to achieve some functionality within the personal tab. The iframe displays well in the Desktop client, web client and in the Android mobile device of the teams. When it comes to the Teams IOS App, the iframe could not load because it needs cookies functionality. It seems the teams IOS app prevents the cookies & cross site tracking. Here are the options I tried which did not work: 1. Enabled safari as my default browser and enabled cookies & cross site tracking in IOS (Iphone) safari settings. 2. Enabled chrome as my default browser and enabled cookies & cross site tracking in IOS (Iphone) safari settings. Note: The same iframe URL is able to load and display in my iphone safari without any issues. Please assist if someone came across this issue in Teams IOS App and is there any setting I need to enable programatically.Solved5.7KViews0likes7CommentsServices that require CA certificates are not available in the Android MSTeams app
Hello. We are developing an app for Teams. Access to some of the client services that we use is only possible if you have installed some CA certificates. With the specific CA certificates installed on PCs, the app works fine with both the desktop and the web versions of MS Teams. We can access these services using our application through MS Teams. If we try to reach the customer services using the Android version of the MS Team app, we get the same error as if we do not install the CA certificates. But the CA certificates are installed correctly, because the web version (with desktop mode via Chrome browser) works fine for Android devices (and does not work without CA certificates installed on Android). Has anyone ever encountered such a problem? And how you can check whether the certificate is applied when trying to get access to specific server/service through MS Teams?5KViews1like9CommentsMessage cards not showig on IPhone
Hi, Since version 4.15.1 was rolled out to iPhone users message card are not shown. The cards shows as expected on desktop and android. They are running iOS 15.6.1. The cards are sent via webhooks and even a simple card like below is not working. What can that possibly be? //Oscar { '@context': 'https: //schema.org/extensions', '@type': 'MessageCard', 'themeColor': 'ffda3e', 'title': 'Test', 'summary': 'Test', 'sections': [ { 'startGroup': true, 'facts': [ { 'name': 'Fact 1', 'value': 'Yehaa', }, { 'name': 'Fact 2', 'value': 'Do it', }, ], }, { 'text': '## Test heading', }, ], } Not working on iPhone: Works on android and desktop:3.9KViews4likes18Commentsnavigator.mediaDevices.getDisplayMedia for screen sharing not work in MS Teams Desktop
Hi all, with my team we have developed an MS-Teams app which will need to be published on the store office. The app is developed in the form of Tabs and refers to our company portal, through which it is possible to make video calls and screen sharing between users connected to the call. The problem lies in the fact that within the MS Teams product, in the desktop version, it is not possible to access the navigator.user-agent to set up screen sharing as it happens from a normal video call made from a browser. Have you ever encountered such a problem? Does anyone have any solution to the problem? Is it necessary to configure microsoft graph? How is possible to replicate the screen sharing functionality in an app inside MS-Teams ? Thanks in advance3.6KViews0likes5CommentsIn-dialog box not showing on IOS devices
Hi, We're facing an issue in the custom application we're creating. The application is supposed to work only during the meeting for classes to get the attendance of each student and professor of the meeting. The professor has in the side pannel a button to send the dialog box in the meeting to let everybody present in the meeting to sign their attendance. The dialog box is showing on every device (desktop/web/android) except on IOS device. Does anybody already had this issue and know how to fix it or can help us? Thanks for your help,Solved2.9KViews1like9CommentsTeams App Authentication Workflow across multiple devices
Hi, We are developing an app for Teams meeting utilizing the shared meeting stage. As part of this app, we have our own authentication flow using OAuth (https://docs.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/authentication/auth-flow-tab). Now the one requirement we have right now is that in a multi-device scenario users should sign in once to the app on any of the devices for the first time post that the user can use the app without signing in again for other devices as well. For example, I add the Meeting App on desktop Teams, do the authentication using OAuth flow and after successful authentication, I should be able to use the same Meeting App on iPad as well without the need of signing in again. Documentation on this topic is not clear. Can you please point to the right documentation on how this can be achieved?2.5KViews1like8Comments