MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
281 stars 502 forks source link

Project Sample for This Section #11382

Open joylin2024 opened 1 month ago

joylin2024 commented 1 month ago

Type of issue

Missing information

Feedback

Could you provide a sample code snippet on this page?

Page URL

https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/open-content-in-stageview?tabs=modal#stageview-multi-window

Content source URL

https://github.com/MicrosoftDocs/msteams-docs/blob/main/msteams-platform/tabs/open-content-in-stageview.md

Author

@Rajeshwari-v

Document Id

7b685a2e-18e0-a401-e44f-905a47d2415d

microsoft-github-policy-service[bot] commented 1 month ago

Hi joylin2024! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

Nivedipa-MSFT commented 1 month ago

@joylin2024 - Thanks for reporting your issue. We will check this and update you soon.

joylin2024 commented 1 month ago

Great, I look forward to receiving more information soon!

Nivedipa-MSFT commented 1 month ago

@joylin2024 -

The description and code are already provided in the document.

To open the stageview multi-window, you have two options: via the stageview API or deeplink. image

For both the stageview API and deeplink, you need to use the openMode property. image

To open the stageview multi-window, you need to set the openMode property to popout.

Please refer below sample for implementation: https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/ed44552e419f6fbc4910d6bec92cf13700a184c4/samples/tab-stage-view/csharp/TabInStageView/Views/Home/SampleTab.cshtml#L46C18-L46C24

@surbhigupta12 - Could you please add the Code sample section for this document and add below .Net and Node.js sample link in that section? .NET sample link: https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-stage-view/csharp

Node.js sample link: https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-stage-view/nodejs

joylin2024 commented 1 month ago

Does StageView multi-window activation occur during meetings when the host clicks the 'Share to Stage' button, causing the multi-window to open on the guests' screens?

Nivedipa-MSFT commented 1 month ago

@joylin2024 - We are checking this with engineering team. We will let you know once we get any updates from them.

joylin2024 commented 1 week ago

I appreciate the update.

Nivedipa-MSFT commented 1 week ago

Does StageView multi-window activation occur during meetings when the host clicks the 'Share to Stage' button, causing the multi-window to open on the guests' screens?

Could you please clarify this? I'm not sure which scenario you are describing. Could you please provide snapshots and videos? It will help us understand better.

joylin2024 commented 6 days ago

Hi, please refer to the image below. When the host clicks the 'Start Sharing' button, the window will split into two panels: one for the guest to view the host’s screen and another dedicated to user engagement.

Screenshot 2024-09-09 113912