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 9c4d341d42
Add documentation on getDisplayMedia implementation
3 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
common Adds ReactEventEmitter and full handling of broadcastStarted event 3 years ago
docs/uml/ios-screenshare Add documentation on getDisplayMedia implementation 3 years ago
example Adds ReactEventEmitter and full handling of broadcastStarted event 3 years ago
ios Adds ReactEventEmitter and full handling of broadcastStarted event 3 years ago
scripts Project initialization (npx create-react-native-library) 3 years ago
src Adds ReactEventEmitter and full handling of broadcastStarted event 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 Adds ReactEventEmitter and full handling of broadcastStarted event 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 Adds ReactEventEmitter and full handling of broadcastStarted event 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
        broadcastAppBundleId="org.bigbluebutton.mobile-sdk.example.BigbluebuttonMobileSdkBroadcastUploadExtension"
        url="https://demo.bigbluebutton.org"
        style={styles.box}
      />

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