User Profile
sdenninger
Copper Contributor
Joined 9 months ago
User Widgets
Recent Discussions
How to share Content to Stage for external Users in Teams App?
Hello! We have implemented a team app in React and one of our core functions is to share certain content(Video) in the stage. There are users from the tenant in which the app is installed as well as users from external tenants who want to see the content of the app in the stage of a meeting. The teamsapp is only controlled by users of the tenant in which the app was installed. The use of microsoftTeams.meeting.shareAppContentToStage() generates the following error message for users from other tenants, when starting sharing: When testing locally via the teams toolkit, this works without any problems for users of different tenants. Only when the app is installed viaadmin.teams.microsoft.comdoes the error occur for external users. Another user has already noted similar behavior at: https://github.com/OfficeDev/microsoft-teams-library-js/issues/1524#issuecomment-1459629569. The answer there was: "This is by design. Cross-tenant is not supposed to work." Is there a way for external/anonymous users to see the content of the stage without this error message appearing?Does anyone know of another way to share content with external users? Here is some more information: It is not necessary for the users to authenticate themselves or anything similar in the stage frame. The shared website is a subpage of the Teamsapp and is therefore hosted in the same domain. The users simply want to see the content of the shared URL that was passed to the shareAppContentToStage method. Thank you very much for your help/tips and have a nice day. Used Teams Version (new Teams):1415/24031414714 Used Teams-js Version:"@microsoft/teams-js": "^2.19.0", Update: It would be like the YouTube app. This app also works with external and anonymous users675Views0likes8Comments
Groups
Recent Blog Articles
No content to show