Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

44 changes: 0 additions & 44 deletions .eslintrc

This file was deleted.

88 changes: 0 additions & 88 deletions .github/workflows/automated-tests-publish-results.yml

This file was deleted.

99 changes: 0 additions & 99 deletions .github/workflows/build-plugin-deb-package.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/ts-code-compilation.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/ts-code-validation.yml

This file was deleted.

14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,26 @@

A brief description of the plugin including a screenshot and/or a short video.

### Plugin Versioning

This repository contains the source code of a BigBlueButton plugin.

Please be aware that we have a separate branch to match each version of the SDK. This ensures that everything merged into a branch is compatible with the corresponding version of the BigBlueButton core. As of now, here's the correspondence between the branches, SDK versions, and BigBlueButton core versions:

| Repository Branch | Plugin-SDK Version | BigBlueButton Core Version |
|------------------|--------------------|----------------------------|
| v0.0.x | v0.0.x | v3.0.x |
| v0.1.x | v0.1.x | v3.1.x |

Note that this branch (`main`) does not contain any code, as it is used only for basic documentation. For more information about the plugin API features, see the documentation (`readme` files) within the specific branch you are interested in. We separate the branches because, going forward, `v0.1.x` is becoming more and more different from `v0.0.x`.

## Building the Plugin

To build the plugin for production use, follow these steps:

```bash
cd $HOME/src/plugin-template
# navigate to the correct git branch
npm ci
npm run build-bundle
```
Expand Down
5 changes: 0 additions & 5 deletions debian/changelog

This file was deleted.

1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

15 changes: 0 additions & 15 deletions debian/control

This file was deleted.

18 changes: 0 additions & 18 deletions debian/copyright

This file was deleted.

12 changes: 0 additions & 12 deletions debian/rules

This file was deleted.

6 changes: 0 additions & 6 deletions manifest.json

This file was deleted.

Loading