Open pheidler opened 1 week ago
Question
💥 SharePoint Framework
SharePoint Online
Tested in Teams and Browser (Edge)
I was able to get this working in SPFx 1.18.2 but haven't been able to get it to work in the current version. I tested this with a new solution and followed this guide: https://learn.microsoft.com/en-us/sharepoint/dev/spfx/build-for-teams-meeting-app
Here is my custom manifest.json file:
{ "$schema": "https://developer.microsoft.com/json-schemas/teams/v1.8/MicrosoftTeams.schema.json", "manifestVersion": "1.8", "packageName": "in-meeting-extension", "id": "50c3748c-50ac-44c4-8155-b59d657b60c1", "version": "1.0.0", "developer": { "name": "Pete Heidler", "websiteUrl": "", "privacyUrl": "", "termsOfUseUrl": "", "mpnId": "" }, "name": { "short": "in-meeting-extension" }, "description": { "short": "Example description", "full": "Example description" }, "icons": { "outline": "50c3748c-50ac-44c4-8155-b59d657b60c1_outline.png", "color": "50c3748c-50ac-44c4-8155-b59d657b60c1_color.png" }, "accentColor": "#004578", "configurableTabs": [ { "configurationUrl": "https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/teamshostedapp.aspx%3Fteams%26componentId=50c3748c-50ac-44c4-8155-b59d657b60c1", "canUpdateConfiguration": false, "scopes": ["team", "groupchat"], "context": [ "channelTab", "privateChatTab", "meetingSidePanel", "meetingDetailsTab", "meetingChatTab" ] } ], "validDomains": [ "*.login.microsoftonline.com", "*.sharepoint.com", "resourceseng.blob.core.windows.net" ], "webApplicationInfo": { "resource": "https://{teamSiteDomain}", "id": "00000003-0000-0ff1-ce00-000000000000" } }
App appears in Teams apps:
App does not appear in the list of meeting apps:
I cannot add TeamsMeetingApp to the list of supported hosts (as described here: https://github.com/SharePoint/sp-dev-docs/issues/8957#issuecomment-1573885078) because I need to support a TeamsTab from the same component.
TeamsMeetingApp
Any help is appreciated. Thanks!
Any update on this? Thanks.
What type of issue is this?
Question
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Target SharePoint environment
SharePoint Online
What browser(s) / client(s) have you tested
Additional environment details
Tested in Teams and Browser (Edge)
Issue description
I was able to get this working in SPFx 1.18.2 but haven't been able to get it to work in the current version. I tested this with a new solution and followed this guide: https://learn.microsoft.com/en-us/sharepoint/dev/spfx/build-for-teams-meeting-app
Here is my custom manifest.json file:
App appears in Teams apps:
App does not appear in the list of meeting apps:
I cannot add
TeamsMeetingApp
to the list of supported hosts (as described here: https://github.com/SharePoint/sp-dev-docs/issues/8957#issuecomment-1573885078) because I need to support a TeamsTab from the same component.Any help is appreciated. Thanks!