An open API service indexing awesome lists of open source software.

https://github.com/bigbluebutton/bigbluebutton-tablet-sdk


https://github.com/bigbluebutton/bigbluebutton-tablet-sdk

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# bigbluebutton-tablet-sdk
Embed BigBlueButton in any react native project with BigBlueButton Tablet SDK. Using this SDK BigBlueButton runs within a webview in your application, supporting screen sharing, improved background audio and much more.
## Installation

```sh
yarn add bigbluebutton-tablet-sdk
```

## Usage

```js
import { BigBlueButtonTabletSdkView } from "bigbluebutton-tablet-sdk";

// ...

```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

LGPL-3.0

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)