Sample meeting app for controlling the Teams Broadcast Extension
Перейти к файлу
Federico Bridger 5e1f138a52
- Updated Call ActiveStatuses with latest features added in BDK (#42)
- GroupID is an optional requirement
- Reflected changes in documentation
2022-05-09 11:21:42 -03:00
docs - Updated Call ActiveStatuses with latest features added in BDK (#42) 2022-05-09 11:21:42 -03:00
manifests Bump version to 0.5.0-dev plus changelog (#29) 2021-08-18 19:26:18 -03:00
public Bump version to 0.5.0-dev plus changelog (#29) 2021-08-18 19:26:18 -03:00
src - Updated Call ActiveStatuses with latest features added in BDK (#42) 2022-05-09 11:21:42 -03:00
.eslintrc.json Add source code to the repo 2021-06-25 19:03:21 -03:00
.gitignore Update .gitignore 2021-07-01 19:07:38 -03:00
.prettierrc Add source code to the repo 2021-06-25 19:03:21 -03:00
CHANGELOG.md Bump version to 0.5.0-dev plus changelog (#29) 2021-08-18 19:26:18 -03:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2021-06-17 16:48:29 -07:00
CONTRIBUTING.md Tidying up the README files 2021-07-16 19:51:07 -03:00
LICENSE LICENSE committed 2021-06-17 16:48:30 -07:00
README.md Update deploy and configuration instructions (#27) 2021-08-17 17:01:45 -03:00
SECURITY.md SECURITY.md committed 2021-06-17 16:48:31 -07:00
SUPPORT.md Change README layout and complete initial documentation 2021-07-19 18:32:41 -03:00
craco.config.js Add copyright header 2021-07-01 19:11:09 -03:00
package-lock.json - Updated Call ActiveStatuses with latest features added in BDK (#42) 2022-05-09 11:21:42 -03:00
package.json Fix/update dependencies (#24) 2021-08-13 15:01:41 -03:00
test.config.js Add copyright header 2021-07-01 19:11:09 -03:00
tsconfig.json Add source code to the repo 2021-06-25 19:03:21 -03:00
tsconfig.paths.json Add source code to the repo 2021-06-25 19:03:21 -03:00

README.md

Notice

This is a PRE-RELEASE project and is still in development. This project uses the application-hosted media bot SDKs and APIs, which are still in BETA.

The code in this repository is provided "AS IS", without any warranty of any kind. Check the LICENSE for more information.

Teams App for the Broadcast Development Kit

This repository contains a sample application for Teams meetings to control the Broadcast Development Kit solution. This application can be loaded into Teams as an in-meeting app to use within the Teams client.

This Teams app is developed as a single page application (SPA) in React and TypeScript.

Screenshot of the web UI

Dependencies

  • This is not an standalone application. It requires an instance of the Broadcast Development Kit to work with. Check the documentation in that repository to run the Broadcast Development Kit (either locally or in the cloud) before using this application.
  • Node JS and npm are needed to build and run the application.
  • An Office 365 tenant and a team configured with Allow uploading custom apps enabled. For more information, see prepare your Office 365 tenant.

Getting started

How to run the solution

You can follow these documents to run and deploy the app:

You can find more information on how to use the app in the following document:

Exploring the repository

The repository is structured in the following directories:

  • src: Contains the source code of the application.
  • public: Contains static files that are used in the application, including configuration files.
  • manifest: Contains the manifest file for the Teams app and the icons.
  • docs: Contains the documentation on the solution.

Reporting issues

Security issues and bugs should be reported privately to the Microsoft Security Response Center (MSRC) at https://msrc.microsoft.com/create-report, or via email to secure@microsoft.com. Please check SECURITY for more information on the reporting process.

For non-security related issues, feel free to file an new issue through GitHub Issues.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Acknowledgments

The architecture used in this solution was inspired by the sample in codeBelt/react-redux-architecture.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT license.