bigbluebutton-tablet-sdk/README.md
Tiago Jacobs e200c0e7e0
Project re-initialization with latest react native (#19)
* Project re-initialization with latest react native (npx create-react-native-library)
2022-08-16 08:08:40 -03:00

719 B

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

npm install bigbluebutton-tablet-sdk

Usage

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

// ...

<BigBlueButtonTabletSdkView color="tomato" />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

LGPL-3.0


Made with create-react-native-library