You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -115,7 +115,7 @@ The simplest way to run this sample in Teams is to use Microsoft 365 Agents Tool
115
115
116
116
4) Setup Manifest for Teams
117
117
118
-
Modify the `manifest.json`in the `/appPackage` folder and replace the following details
118
+
Modify the `manifest.json`in the `/appPackage` folder and replace the following details
119
119
120
120
- `<<App-ID>>` with your Microsoft Entra ID app registration id
121
121
- `<<VALID DOMAIN>>` with base Url domain. E.g. if you are using ngrok it would be `https://1234.ngrok-free.app`then your domain-name will be `1234.ngrok-free.app` and if you are using dev tunnels then your domain will be like: `12345.devtunnels.ms`.
@@ -126,52 +126,122 @@ Modify the `manifest.json` in the `/appPackage` folder and replace the following
126
126
- Then selectthe`manifest.zip` file from `appPackage`.
127
127
- Install the App in Teams Channels.
128
128
129
+
5) Update your App Manifest for Developer Preview
130
+
131
+
To enable member events for shared channels, update your `manifest.json` with the following:
**19. Add Member to Parent Team (Step 1):** Begin adding a new member to the parent team that has a shared channel.
223
+
224
+

225
+
226
+
**20. Select Member to Add (Step 2):** Choose the member to add to the parent team.
227
+
228
+

229
+
230
+
**21. Transitive Member Added Event:** The bot receives a transitive member added event when a member is added to the parent team and automatically becomes a member of the shared channel.
231
+
232
+

233
+
234
+
**22. Transitive Member Removed Event:** The bot receives a transitive member removed event when a member is removed from the parent team and is automatically removed from the shared channel.
235
+
236
+

237
+
238
+
239
+
169
240
## Deploy the bot to Azure
170
241
171
242
To learn more about deploying a bot to Azure, see [Deploy your bot to Azure](https://aka.ms/azuredeployment) for a complete list of deployment instructions.
0 commit comments