/teamsChatsInSharePointPages

Embed Microsoft Teams chats in SharePoint pages

Primary LanguageJavaScript

Embed Microsoft Teams chats in SharePoint pages

Summary

This SPFx extension was built to embed Microsoft Teams chats within SharePoint pages to stramline collaboration and information access for users. This application customizer takes advantage of a Microsoft Teams integration made by Microsoft for Edge where links shared in chats open with the conversation context next to it in the browser. Using this solution you can bring the same feature to your SharePoint pages.

Microsoft Teams chats in SharePoint

Used SharePoint Framework Version

version

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Version history

Version Date Comments
1.0 November 19, 2023 Initial release
1.1 May 10, 2024 Added support to render without granting Microsoft Graph permissions

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

References