Forum Discussion

ChaitanyaSai370's avatar
ChaitanyaSai370
Copper Contributor
Jan 22, 2025

Issue with Bot builder Activity Handler class

Hi all,

I have developed a Teams meeting app using the botbuilder library which gets automatically added/installed to a scheduled meeting. The automatic installation of the app to the meeting is handled by a setup policy in the Teams Admin Center.

 

I use the on_installation_update_add() from the Activity handler class to track the installation of the app to meetings. I have recently encountered an issue where the app is getting added multiple times to the same meeting. When I check for the logs, it looks like on_installation_update_add is called multiple times which never happened before. 

 

Can anyone help with this issue I am facing?

Resources