question

SandorTokodi-0975 avatar image
0 Votes"
SandorTokodi-0975 asked JagadeeshLankiReddy-5847 answered

Why Teams tab app is not visible in Meeting Stage

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

office-teams-app-dev
· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @@SandorTokodi-0975, we are working on it, will let you know the update as soon as possible.

1 Vote 1 ·

@SandorTokodi-0975

As we are mainly responsible for general question of Microsoft Teams, your question related to development is not supported by us. I will remove office-teams tag from your thread. Thanks for your understanding.

Besides, I searched for an article about how to enable app for MS Teams meeting. It maybe useful for your scenario.


0 Votes 0 ·

Hi @SandorTokodi-0975, Could you please share the document that you are following and we are unable to view the error image, could you please re-share the error image.

0 Votes 0 ·
SandorTokodi-0975 avatar image
0 Votes"
SandorTokodi-0975 answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JagadeeshLankiReddy-5847 avatar image
0 Votes"
JagadeeshLankiReddy-5847 answered

Hi @@SandorTokodi-0975, 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"
],

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.