Guest Access
22 TopicsFailed-Delete Message: Initiator (8:orgid:**) is not allowed to delete message
I am trying to delete a message inside Teams Channel using Graph API, the chat was generated using copilot agent. now i used this action to do the delete:- and this endpoint:- POST /teams/{teamsId}/channels/{channelId}/messages/{chatMessageId}/softDelete but we got this error message:- AclCheckFailed-Delete Message: Initiator (8:orgid:68******3ca) is not allowed to delete message Although the user who run the flow is teams owner + we have this setting enabled to allow owners to delete message:- any advice? Thanks87Views0likes1CommentDo chat bots still work for guests via direct link?
Hi This article https://learn.microsoft.com/en-us/microsoftteams/non-standard-users#guests says: Guests can do so in their personal scope using message extensions and direct links. However the following message appears when guest users open a chat in web and desktop apps: The app is published to organization scope. It works fine on mobile but not on desktop. Does anybody knows a workaround?Solved1.2KViews0likes2CommentsFinding if an ongoing call is internal or external
Hi, I am developing a solution (in visual Studio) that detects phone calls on a computers (the calls are made using Teams) and start recording to provide a transcript and summary (with user consent). However only calls to external callers (external from the company) should be recorded. My plan was to extract the callId from the ongoing call, and then check the participant of the call against the Active Directory. However I haven't found a way to get the callId from an ongoing call. Could you please let me know if it is possible to do it, and how. If the solution I am providing cannot work, is there another way to find out if the call is internal or external? Thank you for your help Anne1.2KViews0likes3CommentsIs it possible to embed Teams within my own website?
Hello, I've been reading through alot of (older) posts but I did not find a final answer to my question. I am searching for a way to embed a Teams Meeting within my website, e.g. by using an iframe (but if there is another way, I am completely open to use it). The meeting has been scheduled and the participant (who is external, i.e. has Guest Access I suppose) has to do some auth stuff on my website before he is allowed to join the meeting. I would love to put the meeting in an iframe and have some sort of interaction (e.g. popup for feedback) available on my website. I really want it on my website since I have a server next to it, storing logs of certain participant activities. In case it's important: The host of the meeting is using a teams client to host/start and interact (via chat/audio/video) with the participants. Only the participants are on my website taking part in the teams meeting (using teams chat/video/audio..). Is this possible as of today? If not, is there anything like that scheduled as a feature in the future? I've so far only found guides for the other direction (embed an iframe into a teams app into the teams client or similar) but not for embedded teams meeting in an external (non-teams) website.Solved17KViews0likes5CommentsApp not showing under teams app but when pop it up
Hello community, I have the following teams app, when I click in from the teams menu, it shows with no tabs, but when I click the pop up option, it appears with all the tabs I added, any idea what can be the reason? Permissions ? thank you very much First View: After pop up option:923Views0likes2CommentsDifficulties in migrating to Visual Studio 2022 from Visual Studio 2008
Recently, I started working for migrating my software from Visual Studio 2008 to 2022. After a lot of difficulties with the new IDE, I succeeded in generating the executable programs without errors, one for "Release" and the other for "Debug" versions, respectively. The "Release" version fails with the message "The application was unable to start correctly (0xc0000007b)..." The "Debug" version runs, but produces unrecognizable (garbled) characters as shown below. I tried to fix the problem for a couple of weeks, but could not. I will appreciate it very much if anyone gives me the tips. (VS 2022) (VS 2008)754Views0likes0CommentsHow to create a link/url to a Sharepoint site in Teams left menu?
I have had several customers with the request of adding a URL link in the left menu in teams. I often work to just create a simple App in the app-studio with tab pointing to the sharepoint site. But recently i have had lots of problems with these apps. I have tried to remake them, sometimes they works... sometimes they dont. I cant see any pattern tho... I only want to open an URL to the tenants own Sharepoint sites. It can be a standalone sharepoint site or a group site. But it is all in the same tenant. I have tried to open the console and looking for something... Sometimes i get this: Sometimes this: I dont get it. Why does an app sometimes work and sometimes not? Is there some guide that explain how i can get these app-links working?24KViews0likes10Comments