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 0f10961c81
Fix screen size calculation
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 Fix screen size calculation 2 years ago
ios Add candidates negotiation 3 years ago
ios-broadcast-upload-extension Update readme, add support to undefined callbacks 3 years ago
ios-common Fix screen size calculation 2 years ago
scripts Project initialization (npx create-react-native-library) 3 years ago
src Update readme, add support to undefined callbacks 3 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 Comment flipper to avoid build errors 3 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 Adds ReactEventEmitter and full handling of broadcastStarted event 3 years ago
package.json Update readme, add support to undefined callbacks 3 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 Adds ReactEventEmitter and full handling of broadcastStarted event 3 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