Development

Checkout Source

The most recent version is available on GitHub:

1
git clone https://github.com/aakatev/bigbluebutton-js

Running Tests

To run the test suites some prior configuration is required. We use dotenv to manage environmental configuration.

First, create a .env file in library root. The file should have the following content:

BBB_URL=https://mysite.com/bigbluebutton
BBB_SECRET=MySuperSecretSharedToken

For comprehensive configuration documentation, see our Getting Started section.

Make sure, you have installed development dependencies. Now you can run tests:

1
npm run test