You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Tiago Daniel Jacobs 852ad7aa08
feat(stun-turn): add parameter to receive stun/turn servers (code format version bump)
2 years ago
.circleci Project re-initialization with latest react native (#19) 2 years ago
.husky Project initialization (npx create-react-native-library) 3 years ago
android Project re-initialization with latest react native (#19) 2 years ago
docs/uml/ios-screenshare Add documentation on getDisplayMedia implementation 3 years ago
example fix(rn): change user agent 2 years ago
ios feat(stun-turn): add parameter to receive stun/turn servers 2 years ago
ios-broadcast-upload-extension Project re-initialization with latest react native (#19) 2 years ago
ios-common Project re-initialization with latest react native (#19) 2 years ago
scripts Project re-initialization with latest react native (#19) 2 years ago
src feat(stun-turn): add parameter to receive stun/turn servers (code format) 2 years ago
.editorconfig Project initialization (npx create-react-native-library) 3 years ago
.gitattributes Project initialization (npx create-react-native-library) 3 years ago
.gitignore Project re-initialization with latest react native (#19) 2 years ago
.watchmanconfig Project re-initialization with latest react native (#19) 2 years ago
.yarnrc Project initialization (npx create-react-native-library) 3 years ago
CONTRIBUTING.md Project re-initialization with latest react native (#19) 2 years ago
LICENSE Project re-initialization with latest react native (#19) 2 years ago
README.md Update README.md 2 years ago
babel.config.js Project initialization (npx create-react-native-library) 3 years ago
bash-intel.sh Project re-initialization with latest react native (#19) 2 years ago
bigbluebutton-tablet-sdk.podspec Project re-initialization with latest react native (#19) 2 years ago
lefthook.yml Project re-initialization with latest react native (#19) 2 years ago
package.json feat(stun-turn): add parameter to receive stun/turn servers (code format version bump) 2 years ago
tsconfig.build.json Project initialization (npx create-react-native-library) 3 years ago
tsconfig.json Project re-initialization with latest react native (#19) 2 years ago
yarn.lock Project re-initialization with latest react native (#19) 2 years ago

README.md

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