Why Teams tab app is not visible in Meeting Stage

Sandor Tokodi 1 Reputation point
2021-04-12T15:39:42.967+00:00

Hi,

We saw that "meetingStage" is enabled in the latest developer preview but it is not visible for us. We use the latest Teams desktop version on Windows 10 and OSX too. (In meetingSidePanel our tab app is visible) We use context :

"scopes": [
"team",
"groupchat"
],
"context":[
"channelTab",
privateChatTab",
"meetingChatTab",
"meetingDetailsTab",
"meetingSidePanel",
"meetingStage"
]

If we upload the manifest file to App studio and check it in App Manifest preview "meetingStage" changes to null.

Any idea why the "Share button" is not visible like in the documentation? share_to_stage_during_meeting.png

We see "meetingSurfaces" settings in v1.9 JSON schema https://developer.microsoft.com/en-us/json-schemas/teams/v1.9/ but if we use it the tab is not visible in meetingSidePanel.

Thank you
Br
Sandor

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,295 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sandor Tokodi 1 Reputation point
    2021-04-26T06:49:49.3+00:00

    This feature is only in private preview and our app was not allowed. After allow it works well. But it was not mentioned in the documentation only that it is in dev preview.

    0 comments No comments

  2. Jagadeesh-MSFT 331 Reputation points
    2021-05-12T07:30:49.893+00:00

    Hi @@Sandor Tokodi , We have tested from our end by adding stage in meetingSurfaces you can able to share tab content in a meeting . please refer he below code.

    "meetingSurfaces": [
    "sidePanel",
    "stage"
    ],

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.