Forum Discussion
Thomsch
Dec 02, 2020Iron Contributor
Stream channel within Personal App
Hello!
I want to create a personal Teams app with a couple of tabs. The only thing within these tabs should be videos of different stream channels. Do I have to work with the SharePoint implementation and include the stream channel on the SharePoint page or can I directly link to the Stream channels via the personal app?
Thanks
I was finally able to find the core problem. Unfortunately it is a known Microsoft bug that causes users to have a token problem and therefore the stream content is not loaded. More details can be found here: https://github.com/SharePoint/sp-dev-docs/issues/5320
- Trinetra-MSFT
Microsoft
Thomsch , Could you please look at Add a stream channel to Team?
If you stream URL you can also add that within personal Tab as well you need to add stream domain in manifest validDomain[] list, Let me know if you are looking for the same or you want to show a live stream video in Tab?
- ThomschIron Contributor
Trinetra-MSFT thanks for the hint.
I already tried that but the windows stays blank linking directly to a direct Stream Channel 🤨
"validDomains": [ "web.microsoftstream.com", "XYZ.sharepoint.com" ]
- Trinetra-MSFT
Microsoft
Thomsch , You need to add following stream URL : msit.microsoftstream.com in valid Domain list[],
stream ask for authentication make sure you have provided the access to the user/Group/Channel for the stream channel
or implemented auth for microsoft stream using Azure AD auth for Tab.
- Nikitha-MSFT
Microsoft
- ThomschIron Contributor
Can I design the Stream implementation site especially? I need to get a full size windows with all videos in one channel. and not only a couple of them... Nikitha-MSFT
- Nikitha-MSFT
Microsoft
Thomsch - yes you can play the full video in the tab. But tab support only Iframmable.