https://github.com/bigbluebutton/bigbluebutton-tablet-sdk
https://github.com/bigbluebutton/bigbluebutton-tablet-sdk
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bigbluebutton/bigbluebutton-tablet-sdk
- Owner: bigbluebutton
- License: mit
- Created: 2022-02-11T22:08:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T01:35:30.000Z (over 3 years ago)
- Last Synced: 2024-10-29T13:28:34.324Z (over 1 year ago)
- Language: Swift
- Size: 56.4 MB
- Stars: 8
- Watchers: 7
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)