.circleci | ||
.husky | ||
android | ||
docs/uml/ios-screenshare | ||
example | ||
ios | ||
ios-broadcast-upload-extension | ||
ios-common | ||
scripts | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.watchmanconfig | ||
.yarnrc | ||
babel.config.js | ||
bash-intel.sh | ||
bigbluebutton-tablet-sdk.podspec | ||
CONTRIBUTING.md | ||
lefthook.yml | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.build.json | ||
tsconfig.json | ||
yarn.lock |
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
yarn add 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