-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Share to Stage for Guest Users #11268
Comments
@joylin2024 - Thank you for reporting your issue. We are not quite clear on the details. Could you please elaborate further? |
This comment was marked as resolved.
This comment was marked as resolved.
@joylin2024 - thanks for sharing the screenshots for our understanding. Just a quick query here, do you want these to be documented in the official documentation or what is your actual requirement? |
Could you please guide me on where to find the code related to this specific feature? Your help would be greatly appreciated. Thanks, Joy |
Hello @JoyBlin - You can also refer "Build apps for anonymous users" documentation: https://learn.microsoft.com/en-us/microsoftteams/platform/apps-in-teams-meetings/build-apps-for-anonymous-user?tabs=javascript Please let us know if you have further queries. |
Hi. Thank you for your prompt response. Unfortunately, I couldn't find the answer in the references you provided. How can I implement a feature where the host can share their screen while providing an interactive window for guests on the meeting stage? |
Hello @JoyBlin - Sorry for the inconvenience. |
Thanks for checking with the engineering team. Looking forward to the updates. |
We will let you know once we get inputs from engineering team. |
Hello @JoyBlin - Sorry for delay in response. Thanks for your patience! |
@JoyBlin - We got an update from engineering team saying that sharing stage and teams screen sharing side by side simultaneously is not possible. To achieve your requirements, we recommend you give your feedback in If you don't mind having the interactive experience in the sidepanel, you can have both the screen sharing and interactive abilities concurrently. An example of this can be seen for the Polls app, in which the meeting participant can interact with the sidepanel, while seeing the video stream of the presenter who's presenting their view of Polls. Presenter: Meeting participant: Please let us know if you have any further query here? |
Thank you for the update and for providing an alternative solution. I understand that sharing the stage and screen simultaneously is not possible at the moment. I will certainly give my feedback in the Teams Feedback Portal as recommended. Regarding the interactive experience in the side panel, that sounds like a viable workaround. I will explore this option further. Could you please provide example code or additional guidance on how to implement this solution? If I have any further queries or need additional assistance, I will reach out. Thank you again for your help. Best regards, |
@joylin2024 - Please refer these links for all the relevant contents and linked samples, specially below: |
Hello @JoyBlin - Please share your valuable feedback for us: Microsoft Teams Developer Community Response Feedback Also, we will be closing this issue. |
Sharing the stage and screen simultaneously is possible, similar to what I've seen in other applications. I'm interested in learning how to code this functionality. Could you please check with the engineering team for more details? I look forward to your reply. |
Hello @JoyBlin - Could you please share more details about Teams applications (1st party or 3rd party apps) where you have experienced this functionality (Sharing the stage and screen simultaneously)? The engineering team already confirmed that this is not supported but still we will check on it once you share the above information. |
Hello @joylin2024 - Thanks for your inputs. |
Thank you! I'm eager to hear your updates soon. |
@joylin2024 - Could you let us know which platform you are testing this on (web, desktop, or mobile) and also provide the OS details? Additionally, are you using classic Teams or the new Teams? In the meantime, we are also trying this out. |
@joylin2024 - Could you please refer below sample for SharingProtocol.ScreenShare. We have tested this sample but getting below error. We have raised an issue for this: OfficeDev/Microsoft-Teams-Samples#1367 |
I am currently testing this on the web platform with Windows 11 Pro, version 23H2. I’m using the new Teams for this implementation. I appreciate you looking into this in the meantime! |
Hi, I'm having trouble defining the host in my code. I tried using the snippet below, but it's not working as expected. Could you please help me figure out what's wrong? app.getContext().then((context) => { Thanks, |
Hello @JoyBlin - What error you are getting here? |
Hi, sorry, I am using react.js, so I don't know how to test the C# code. var appContentUrl ="" |
@joylin2024 - To get the meeting user role such as guest, attendee, or presenter in Microsoft Teams, you can use the Microsoft Graph API. Refer the example from following document: https://learn.microsoft.com/en-us/graph/api/onlinemeeting-get?view=graph-rest-1.0&tabs=http#example-2-retrieve-an-online-meeting-by-meeting-id |
Hi, thank you for your assistance. I was wondering if there is an alternative method to determine whether someone is a host? |
@joylin2024 - Using Get participant API you can get the participant's role in the meeting. For example, 'Organizer' or 'Presenter' or 'Attendee'. Please let us know if you have any other query here. |
How about LiveShareHost? |
@joylin2024 - Please refer below document for Live Share. |
Hi, I wanted to ask if there's a method to detect when the 'Share to Stage' button is activated so that the appContentUrl for the presenter is set to http://example.com/host, while other viewers receive http://example.com/guest as their appContentUrl? |
@joylin2024 - We are checking this with engineering team, we will let you know once we get any input from them. |
I appreciate the update. |
@joylin2024 - We received an update from the engineering team stating that this scenario is not possible. We can only broadcast a single URL to all participants in the meeting. The engineering team has recommended handling this on the app side and displaying separate UIs for different types of users. |
Hello, I would like to know if it's possible to embed a Microsoft Teams meeting into my website. Could you please provide some guidance on how to achieve this? |
@joylin2024 - Embedding a Microsoft Teams meeting directly into a website is not natively supported by Microsoft Teams. However, there are alternative approaches you can consider to achieve similar functionality. You can use the Microsoft Graph API to create the meeting. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 3 days. It will be closed if no further activity occurs within 3 days of this comment. |
Type of issue
Missing information
Feedback
A scenario where the host shares app content to the stage and the guest can see both the shared screen and the collaborative app content in a meeting using JavaScript.
Page URL
https://learn.microsoft.com/en-us/microsoftteams/platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage?tabs=desktop%2Capp-content%2Cshare-app-content
Content source URL
https://github.com/MicrosoftDocs/msteams-docs/blob/main/msteams-platform/apps-in-teams-meetings/build-apps-for-teams-meeting-stage.md
Author
@v-sdhakshina
Document Id
5ca1f6b3-347e-7182-0d26-d282e26f3614
The text was updated successfully, but these errors were encountered: