Forum Discussion
maba91
May 18, 2021Copper Contributor
Custom app not available in meeting configuration
Hi, I am developing a custom app for teams, and after adding it to my organization, I can’t get the meeting integration working as I’d like. If I go to the ‘apps’ button in the lower left cor...
- May 19, 2021
Hi maba91, You need to mention "meetingSurfaces" object in your manifest as shown in below
"configurableTabs": [ { "configurationUrl": "URL", "canUpdateConfiguration": true, "scopes": [ "groupchat", "team" ], "meetingSurfaces": [ "sidePanel" ], "context": [ "meetingSidePanel", "channelTab", "privateChatTab", "meetingChatTab", "meetingDetailsTab", "meetingSidePanel" ] } ]
Mamatha-MSFT
May 20, 2021Former Employee
Hi maba91 - Please let us know if your issue has been resolved.
- maba91May 20, 2021Copper Contributor
Hi Mamatha-MSFT, I just gave it a try and yes, after adding "meetingSurfaces": ["sidePanel"] and "meetingDetailsTab" in context, my app is now visible in the meeting '+' menu.
Thanks for your help !
- pasacalDec 22, 2021Copper Contributor
maba91 I ran into the same issue, I applied the same config (context and meetingSurfaces) but I still can't add the app during a meeting.
I followed steps here: https://docs.microsoft.com/en-us/microsoftteams/platform/sbs-meetings-stage-view
Did anything change since the last post?