You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a pre-orgranised meeting that includes external/unverified users.
If an app using liveshare presents content to the main stage and any of these unverified users are marked as presenters (The default role applied) they will see the following error:
Switching these users to attendee roles will allow content to present to their screens.
To Reproduce
Steps to reproduce the behavior:
Create a new meeting in teams
Invite external users to the meeting
Mark the external users as presenter roles
Use an liveshare app to present content to the screen
Error appears on External users screen
This is from using the meeting module function shareAppContentToStage meeting.shareAppContentToStage((error) => { if (error) { logError(error) } },${window.location.origin}${route})
Screenshots
User marked as presenter error:
User marked as Attendee it works:
**Desktop(s)
Seeing this behaviour on mobile/desktop
Both versions (web/app) of teams has the same issue.
The text was updated successfully, but these errors were encountered:
Hi RichieMcCaff! 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.
In a pre-orgranised meeting that includes external/unverified users.
If an app using liveshare presents content to the main stage and any of these unverified users are marked as presenters (The default role applied) they will see the following error:
Switching these users to attendee roles will allow content to present to their screens.
To Reproduce
This is from using the meeting module function shareAppContentToStage
meeting.shareAppContentToStage((error) => { if (error) { logError(error) } },
${window.location.origin}${route})
Screenshots
User marked as presenter error:
User marked as Attendee it works:
**Desktop(s)
The text was updated successfully, but these errors were encountered: