Microsoft Teams Developers
3 TopicsNew channel experience vertical cut off
I just noticed with the new channel experience, that there is a height restriction to each message. Users need to explicitly select "see more" to see the full message. While I understand the motivation behind that, I think it is a big problem for adaptive cards. They tend to be longer and have important content at the bottom of the card. E.g. the action buttons reside there. Users will now miss parts of a larger adaptive card and will not see the response options or can use them with on click. As an example, look at this praise. By default I can not see the praise or to whom it goes. I am really concerned about how this impacts interactivity with cards and user satisfaction (no one wants to always click "see more" at a card to reach the action buttons). Is there anything that can be done here? To whom does this feedback need to be addressed?2.5KViews1like7CommentsTeams meeting recording and transcript
Hello, In our company we are trying to integrate with Teams. We are looking for a way to make our user install our app or a webhook only once in Teams and let us receive an event when a meeting has ended. When we get the meeting end event, we need to fetch the transcript and video recording. My first approach was to create a bot, but I had to keep adding it to every meeting which is not what I am looking for, although I was able to get the end meeting event, I did not get a URL to fetch the recording from it or be able to add it automatically to the meeting. I am thinking on subscribing to events on teams callRecord using the graph api but I dont see any reference for getting the transcript and recording. https://docs.microsoft.com/en-us/graph/webhooks Any help or directions would be appriciated. Thanks1.2KViews0likes0CommentsCustom protocol is not supported after the latest teams dekstop app update
From teams personal tab we used "window.open" to open another dekstop app (using custom protocol). After the latest update in June, 2023 we are not at all able to open the custom protocol from the personal tab. Is there a workaround for this or custom protocol will be blocked permanently from teams?1KViews0likes1Comment