Show Confirm Popup when joining meeting

Copper Contributor

Hi,

I am working on an bot application that assists a user during a call.

I would like to show a popup notification to anyone that is joining the call that the application is being used and have them confirm by clicking a button on it. Is this possible or is there an example that shows how to initiate that without the TurnContext?

 

Thank you

Eugene

1 Reply
Hello @elrdevilliers - Thanks for raising your query.

One way is to create a bot and install it in teams meeting.
Once anyone join the meeting, you can capture the event and send some message or show poup accordingly:
Reference sample:
https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/meetings-events/nodejs/server...

You can use dialog or show the button on Meeting stage view:
https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/what-are-task-modul...

https://learn.microsoft.com/en-us/microsoftteams/platform/sbs-meetings-sidepanel?tabs=dev%2Cvs