sp-dev-fx-webparts/samples/js-teams-meeting-app
dependabot[bot] 3a8c846607
Bump terser from 4.8.0 to 4.8.1 in /samples/js-teams-meeting-app
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 22:04:16 +00:00
..
.devcontainer Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
assets upload meetings app sample to for accompanying docs tutorial 2021-04-27 08:49:59 -04:00
config upload meetings app sample to for accompanying docs tutorial 2021-04-27 08:49:59 -04:00
src upload meetings app sample to for accompanying docs tutorial 2021-04-27 08:49:59 -04:00
teams upload meetings app sample to for accompanying docs tutorial 2021-04-27 08:49:59 -04:00
.gitignore upload meetings app sample to for accompanying docs tutorial 2021-04-27 08:49:59 -04:00
.yo-rc.json upload meetings app sample to for accompanying docs tutorial 2021-04-27 08:49:59 -04:00
README.md Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
gulpfile.js upload meetings app sample to for accompanying docs tutorial 2021-04-27 08:49:59 -04:00
package-lock.json Bump terser from 4.8.0 to 4.8.1 in /samples/js-teams-meeting-app 2022-07-21 22:04:16 +00:00
package.json upload meetings app sample to for accompanying docs tutorial 2021-04-27 08:49:59 -04:00
tsconfig.json upload meetings app sample to for accompanying docs tutorial 2021-04-27 08:49:59 -04:00
tslint.json upload meetings app sample to for accompanying docs tutorial 2021-04-27 08:49:59 -04:00

README.md

SPFx web part in Teams Meetings App

Demo SPFx web part project that demonstrates using as a Microsoft Teams meetings app. This is associated with the SPFx docs tutorial: Tutorial: Build meeting apps for Microsoft Teams with SPFx

Summary

This project demonstrates a SPFx web part used as a Microsoft Teams meetings app with minimal functionality.

picture of the web part in action

Compatibility

SPFx 1.12.1 Node.js LTS 14.x SharePoint Online Teams Yes: Designed for Microsoft Teams Workbench Hosted: Does not work with local workbench Compatible with Remote Containers

Applies to

Prerequisites

  • Administrative access to MS Teams to deploy the package

Solution

Solution Author(s)
js-teams-meeting-app Andrew Connell (@andrewconnell), Voitanos, LLC

Version history

Version Date Comments
1.0 April 27, 2021 Initial release

Minimal Path to Awesome

Refer to the above mentioned SPFx tutorial for full repro instructions.

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

  • Clone this repository

  • ZIP the contents of the ./teams folder, but not the folder itself

    • rename the ZIP to TeamsSPFxApp.zip
  • From the command line install all dependencies and create the package:

    npm install
    gulp bundle -p
    gulp package-solution -p
    
  • Upload the .sppkg to your SPO tenant's app catalog & deploy it

    • select the uploaded package, then select the Sync to Teams button in the Files tab in the ribbon
  • In Microsoft Teams, create a new meeting using the Calendar app in the leftmost navigation bar

    • After creating the meeting, edit it, and select the + in the tab bar
    • Select the app you deployed to install the app

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

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.