Forum Discussion
elrdevilliers
Mar 20, 2024Copper Contributor
Show Confirm Popup when joining meeting
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 th...
ChetanSharma-msft
Microsoft
Mar 21, 2024Hello 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/bot/botActivityHandler.js#L48
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-modules
https://learn.microsoft.com/en-us/microsoftteams/platform/sbs-meetings-sidepanel?tabs=dev%2Cvs
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/bot/botActivityHandler.js#L48
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-modules
https://learn.microsoft.com/en-us/microsoftteams/platform/sbs-meetings-sidepanel?tabs=dev%2Cvs