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 Jacobs 7e84c723b3
Bump version
2 years ago
.circleci Project initialization (npx create-react-native-library) 3 years ago
.husky Project initialization (npx create-react-native-library) 3 years ago
android Adds ReactEventEmitter and full handling of broadcastStarted event 3 years ago
docs/uml/ios-screenshare Add documentation on getDisplayMedia implementation 3 years ago
example stopping brodcast extension on click to stop screen share 2 years ago
ios Add missing import 2 years ago
ios-broadcast-upload-extension Add screen share rotation support #16 2 years ago
ios-common Merge pull request #15 from gustavo-em/stop_broadcast 2 years ago
scripts Project initialization (npx create-react-native-library) 3 years ago
src Merge pull request #14 from gustavo-em/permisssion_accept 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 Upgrade react version 2 years ago
.yarnrc Project initialization (npx create-react-native-library) 3 years ago
CONTRIBUTING.md Project initialization (npx create-react-native-library) 3 years ago
LICENSE Adds ReactEventEmitter and full handling of broadcastStarted event 3 years ago
README.md Update readme, add support to undefined callbacks 3 years ago
babel.config.js Project initialization (npx create-react-native-library) 3 years ago
bigbluebutton-mobile-sdk.podspec Add dependency to podspec 2 years ago
package.json Bump version 2 years ago
sonar-project.properties Adds ReactEventEmitter and full handling of broadcastStarted event 3 years ago
tsconfig.build.json Project initialization (npx create-react-native-library) 3 years ago
tsconfig.json Project initialization (npx create-react-native-library) 3 years ago
yarn.lock Upgrade react version 2 years ago

README.md

bigbluebutton-mobile-sdk

This repository contains BigBlueButton react-native component, that's used in our sample implementation.

version

Installation

npm install bigbluebutton-mobile-sdk

Usage

import { BigBlueButtonMobile } from "bigbluebutton-mobile-sdk";

// ...

<BigBlueButtonMobile
        url="https://demo.bigbluebutton.org"
        style={styles.box}
      />

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 to learn how to contribute to the repository and the development workflow.

WebRTC

This project references the library WebRTC.

License

LGPL-3.0