Displaying pop-up dialog during MS Teams meeting

Spring CT 31 Reputation points
2022-04-11T06:08:07.22+00:00

I'm looking for a way to display an unintrusive pop-up in MS Teams meeting through a custom in-meeting app (similar to https://learn.microsoft.com/en-us/microsoftteams/platform/apps-in-teams-meetings/design/designing-apps-in-meetings#desktop-2). Unless closed by user, this pop-up needs to remain open regardless of whether any content is being shared/displayed in the video feed, or chats/any other apps are opened in side panel. The Polly app displays a similar pop-up when questions are sent in the duration of a meeting.
Is a meeting content bubble (reference: https://learn.microsoft.com/en-us/microsoftteams/platform/sbs-meeting-content-bubble) the right way to do this? Can content bubbles be used without a bot? Are there any other ways to implemented such a pop-up?

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,199 questions
{count} vote

Accepted answer
  1. Nivedipa-MSFT 3,011 Reputation points Microsoft Vendor
    2022-04-14T08:54:09.137+00:00

    Using meeting content bubble you can show the popup in meetings. Without bot we cannot use content bubble.

    There are multiple others sample also.
    You can refer below samples.

    1. https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/meetings-sidepanel/csharp
    2. https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/meeting-recruitment-app

    Thanks,
    Nivedipa


    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.