2022-08-16 19:08:40 +08:00
# 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.
2022-02-15 03:11:21 +08:00
## Installation
```sh
2022-08-23 01:15:50 +08:00
yarn add bigbluebutton-tablet-sdk
2022-02-15 03:11:21 +08:00
```
## Usage
```js
2022-08-16 19:08:40 +08:00
import { BigBlueButtonTabletSdkView } from "bigbluebutton-tablet-sdk";
2022-02-15 03:11:21 +08:00
// ...
2022-08-16 19:08:40 +08:00
< BigBlueButtonTabletSdkView color = "tomato" / >
2022-02-15 03:11:21 +08:00
```
## Contributing
See the [contributing guide ](CONTRIBUTING.md ) to learn how to contribute to the repository and the development workflow.
## License
2022-03-12 06:55:12 +08:00
LGPL-3.0
2022-08-16 19:08:40 +08:00
---
Made with [create-react-native-library ](https://github.com/callstack/react-native-builder-bob )