Forum Discussion

Thomsch's avatar
Thomsch
Iron Contributor
Dec 02, 2020
Solved

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

  • Thomsch's avatar
    Thomsch
    Feb 23, 2021

    Mallipriya_MSFT 

    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

     

14 Replies

  • Thomsch , Could you please look at https://confluence.uconn.edu/ikb/communication-and-collaboration/office-365/microsoft-stream/add-a-stream-channel-or-video-to-a-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?

    • Thomsch's avatar
      Thomsch
      Iron 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's avatar
        Trinetra-MSFT
        Former Employee

        Thomsch , You need to add following stream URL : http://msit.microsoftstream.comin 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.

  • Thomsch - You can add the video link to the html page and play the video in the tab. Could you please check this https://github.com/OfficeDev/microsoft-teams-sample-task-module-csharp/blob/master/Microsoft.Teams.Samples.TaskModule.Web/Views/Home/YouTube.cshtml ?

    • Thomsch's avatar
      Thomsch
      Iron 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 

Resources