teams app
42 TopicsJoining MS teams meeting with two devices and sharing screen from one device
I have two devices: an Ipad and a Mac. I am using the MS teams app on both. I can join meetings with both devices at the same time using the same account. Up until recently I could share the screen of the Ipad (e.g. to draw something) and see the screen content of the Ipad on my Mac. While it is still possible now to share the screen of my Ipad with other participants, my own Mac is no longer showing my shared Ipad screen. Conversely, when I share my Mac screen, I can see it on my Ipad. What could possibly cause this? Any help getting my Ipad screen showing up on my Mac again is appreciated. Thanks! I have crossposted this on Stackexchange: https://sharepoint.stackexchange.com/questions/280502/joining-ms-teams-meeting-with-two-devices-and-sharing-screen-from-one-device195KViews5likes18CommentsWhen screen sharing people see black screen
Hi, I had Thinkpad laptop and was using additional monitor on and off without any issues and suddenly since 2-3 weeks, when I am trying to share my screen, people are just seeing black screen. This is with both option i,e. when using laptop alone and also with additional monitor. Note there were no issues earlier. Last weekend, I got a new laptop which is MS Surface 3, and after installing all MS apps on this machine, I am having the same issue. This is without any additional monitors. This is causing issues for me and my team and would appreciate quick resolution. Thanks and Regards, VirenSolved187KViews4likes53CommentsEntire Team Disappeared
An entire team and 2.5 years of work and collaboration are all of a sudden gone from Teams. Went to it today and it is missing on all platforms for all team members. I created and own the team and am checking with 3 other co-owners to see what kind of activity was done to rule out accidental deletion. I have a ticket into my IT team, but there is nothing in Sharepoint either and no documents. I am asking them to check the audit files to see if it was deleted. Is there anything beyond that if they can't find the deleted team? I have no idea what could I had favorited/starred the team as one to follow, and it shows there, but when I click, I get the following: Sorry, something went wrong File Not Found. Correlation ID: c2a30b9f-30d0-9000-8706-74f006638802 Date and Time: 10/7/2019 2:10:40 PM69KViews1like10CommentsHow to delete custom teams app from Team App Store?
I have created a simple demo using yeoman teams app generator, and was able to add the app(tab) to channel and its working as expected. But now I couldn't find a way to delete the app from the team store after uninstalling from the team where I have added.Solved34KViews0likes12CommentsTeams Webinar Feature availability in Business Plans
Hello, I just like to know if anybody has the Teams Webinar Feature available already with a Business Standard plan? According to Microsoft, this is https://www.microsoft.com/en-us/microsoft-365/blog/2021/05/11/introducing-webinars-in-microsoft-teams-easy-professional-webinars-to-engage-customers/: These new capabilities will be available in Microsoft 365 E3/E5, Microsoft 365 A3/A5, and Microsoft 365 Government G3/G5 plans. Microsoft 365 Business Standard and Microsoft 365 Business Premium plans will include all the features above for up to 300 attendees. And for the rest of 2021, we are offering a promotional period where all Teams users can try the features with their existing subscription. Please visit the Microsoft 365 roadmap and Microsoft Docs for additional feature details and availability. As I only have a Business Basic plan, I opted in for a Business Premium plan with the free trial. Unfortunately, I do not have the Webinar feature available with that plan. My Business Standard trial has been expired, so I could not test with this plan. With what they announced above I even would have expected that the feature will be offered for Business Basic users too for free, at least until the end of the year. I did also signed up for a trial of the E3 plan, with that, I can see and use the Microsoft Teams Webinar. However, to me, the plan is oversized and too expensive (I'm not saying that it is not worth the money - but I do not need all these features and options). I'm just looking for the cheapest way to get the Webinar feature, which would be Business Standard. So again, please can somebody else with a Business Standard Plan let me know if he or she has the Microsoft Team Webinar Feature available (or even with a Basic)? Also statements if you do not have the feature but you are owing a Business Standard would be helpful. If you have the Webinars, can you please also state in which region your tenant resides? Many thanks in advance. Cheers YogieSolved18KViews2likes17CommentsTeams on Ipad. Group meetings and calendar
I recently decided to use microsoft products across all my platforms, so I subscribed for office 360 family. I am a school teacher and due to the current worldwide COVID19 pandemic, I'm having to teach from home. Upon first inspection I found that Teams would be the perfect tool for my classes, I'd use my ipad, share slides via Powerpoint and share my screen whenever I needed a whiteboard to wirte on. Here's where my problems start. There is simply no button to just start a video conference with the teams or channel like there is on the PC app, you can call a person and add people to the call, one by one, but imagine doing that with many students everytime I want to teach a class. So, trying to find a solution for that problem I learned that you can schedule a meeting by clicking the calendar icon. To my surprise, my version of the app simply doesn't show that icon, the is no calendar feature. Please, make our lives and work a bit easier in these times of hardship. Just put the same video(and audio) button already featured in the PC app (which is free). P.S. How can I make the calendar app appear?12KViews0likes4CommentsSameSite cookie problems in deskop version of Teams
Hi, I have created a Teams app, which contains static tabs (i.e. "personal" tabs). The tab content is hosted in SharePoint and uses MSAL v1.4.14 for authentication. However, I'm seeing the following "sameSite" cookie problems: Because a cookie's SameSite attribute was not set or is invalid, it defaults to SameSite=Lax, which will prevents the cookie from being set in a cross-site context in a future version of the browser. This behavior protects user data from accidentally leaking to third parties and cross-site request forgery. Resolve this issue by updating the attributes of the cookie: Specify SameSite=None and Secure if the cookie is intended to be set in cross-site contexts. Note that only cookies sent over HTTPS may use the Secure attribute. Specify SameSite=Strict or SameSite=Lax if the cookie should not be set by cross-site requests This problem only occurs in the Windows desktop version of Teams. I don't see it when I use Teams within a browser. I cannot find any information on how to fix this problem. Is it a bug in the desktop version of Teams and/or the MSAL library? I found the following: https://docs.microsoft.com/en-us/microsoftteams/platform/resources/samesite-cookie-update#samesite-cookie-attribute-2020-release but I am not sure how I can fix my problem. Here are some images of the errors I am seeing: Thanks, George5.8KViews0likes9CommentsAdaptive Card not sending data on iOS Teams app
Hi there, I´m experiencing an issue with an Adaptive Card not sending back any user entered data to the bot through Action.Execute. The action works in the browser, the Teams desktop app and the Teams app on Android. The only one that fails is the Teams app on iOS: Version: 4.4.0 Build: 4.4.77.2022042801/0307 (general) Release Branch: 2022Feb-T2 The card contains an input field defined this way: { "type": "Input.Text", "placeholder": "Kommentar...", "isMultiline": true, "maxLength": 255, "id": "InputComment", "$when": "${$root.IsReply ==false}" } And action buttons defined this way: { "type": "ActionSet", "actions": [ { "type": "Action.Execute", "title": "Genehmigen", "verb": "approve" }, { "type": "Action.Execute", "title": "Ablehnen", "verb": "deny" } ], "$when": "${$root.IsReply == false}" } ] } In the OnInvokeActivityAsync method I'm trying to read the data from turnContext.Activity.Value.action.data.InputComment but that fails when the action was executed on iOS because then the action node doesn't contain the member 'data'. As that doesn't happen on other platforms i suspect a bug in the Teams iOS app. Is there anything I can do to mitigate this?3.3KViews0likes14Commentsmax_reload_exceeded error
I am a MS 365 Personal user with Free Teams. I use teams to work as a guest user of teams where I am external. Team mobile and web both fine but the desktop app gives the following error: We're sorry—we've run into an issue. Restart If that doesn't work, try signing out and back in. desktop-00a72033-bc97-4c93-a87e-e76c023a36de Error code - max_reload_exceeded I have removed and reinstalled Teams and reboot3.3KViews1like1Comment