profile
8 TopicsHow to revoke permissions from Teams Bot app
I want to revoke a user's permissions and logout user from my Teams bot application. Initially, the user granted consent through the bot when it was added to a team. Now, I need to: Remove all previously granted permissions. Log the user out from the bot. Prompt the user for a fresh login and obtain consent for the required permissions again. How can I achieve this?46Views0likes0CommentsHow to get release information on new MSTeams client version?
How do I get information about a new release of MSTeams (Windows client). Think of information such as: - Fixed bugs - New features - Enhancements For example, MSTeams client version 49/24110115722 has just been released/rolled out in my organization. I'd like to know what is new in this version, to get more insight especially in the new / enhanced features to use.179Views1like1CommentShare App Content To Stage
Hi, I am using the Teams SDK to share my content to the stage and have set the shareOptions to ScreenShare, intending for only the Presenter to interact with it. However, despite this configuration, participants are still able to interact with the content. Can you help me resolve this issue?microsoftTeams.meeting.shareAppContentToStage((err, result) => { }, appContentUrl, { sharingProtocol: microsoftTeams.meeting.SharingProtocol.ScreenShare } );419Views0likes1CommentSet up teams shift so email address can be extracted
Wanting to know if it is possible to set up Teams Shifts so email addresses can be extracted when exporting schedules as per this article: https://docs.microsoft.com/en-us/answers/questions/32438/how-to-export-from-shift-teams-the-member-email-ad.html Can anyone advise on this and if it will be possible to implement?751Views0likes1CommentChanging profile picture, see old and new
When I changed my profile picture, I see it is changed in main Teams window but in live meeting it shows old picture and all people see old one. Last time I did this it took some weeks or months until all people in our org started to see updated picture. What exactly is happening that slow? Can this sync be forced by users?16KViews0likes2Comments