Forum Discussion

ChaitanyaSai370's avatar
ChaitanyaSai370
Copper Contributor
Jan 22, 2025

Issue with Bot builder ActivityHandler Class

Hi everyone,

I built a Teams app using the botbuilder library. This app gets installed automatically to scheduled meetings using the setup Policy on the Teams admin center. 

I use "on_installation_update_add" function from the Activity Handler class which tracks the installation of an app to a meeting.
I have recently encountered a weird issue which never happened before where the app is getting added to the same meeting multiple times. The "on_installation_update_add" function was called 5 times for the same meeting. 

Can anyone help with this issue please?

Resources