Forum Discussion
Remove "Add to a meeting" from Bot app install scope?
Prasad_Das-MSFT Thank you for the reply. I did try your suggestion but I am still seeing "Add to a meeting" in the dialog box when I "Upload a custom app" to Microsoft Teams for testing.
I have also tried to use "connector" in place of "tab" for the meetings value in `defaultGroupCapability` but I see the same options in the "add" menu.
Here is the relevant portion of my manifest:
"bots": [
{
"botId": "MY_BOT_ID",
"scopes": [
"personal",
"team",
"groupChat"
],
...
}
],
"defaultGroupCapability": {
"team": "bot",
"groupchat": "bot",
"meetings": "tab"
},
"defaultInstallScope": "team"
Thanks for your help.
smosche635 - Could you please provide the app manifest zip which you used, so that we can investigate from our end?
- scottmoschellaJan 09, 2024Copper Contributor
Hi Prasad, the latest manifest we're using is attached here. Thanks for looking into this for me.
(replying from my other 365 account)
- Prasad_Das-MSFTJan 10, 2024
Microsoft
scottmoschella - By removing the "meetings" capability from the
defaultGroupCapabilityobject in the manifest also we are able to get the option to add the app to any meeting.We have raised a bug for the same. We will inform you once we get any further update from engineering team.
Thanks,
Prasad Das
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- KristianKovFeb 16, 2024Copper Contributor
Prasad_Das-MSFT - Hi Prasad, has there been any update from your engineering team? I am currently trying to solve the same issue where I want to remove the option "Add to a meeting" from the installation options of my app. Thank you.
Best regards,
Kristián Kovalský