# bigbluebutton-mobile-tablet-sdk
This repository contains BigBlueButton Mobile Tablet react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile-tablet).
![version](https://img.shields.io/npm/v/bigbluebutton-mobile-tablet-sdk.svg)
## Installation
```sh
npm install bigbluebutton-mobile-tablet-sdk
```
## Usage
```js
import { BigBlueButtonMobile } from "bigbluebutton-mobile-tablet-sdk";
// ...
```
## Architecture
This SDK (in combination with bigbluebutton-html5 code tweaks) implements replacement functions to navigator and WebRTC functions.
### getDisplayMedia
The following sequence diagram represents what happens when BigBlueButton calls the `navigator.getDisplayMedia` function:
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## WebRTC
This project references the library [WebRTC](https://webrtc.org).
## License
LGPL-3.0