This package has been deprecated

Author message:

This project has been renamed to bigbluebutton-tablet-sdk

bigbluebutton-mobile-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.1.24 • Public • Published

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

/bigbluebutton-mobile-sdk/

    Package Sidebar

    Install

    npm i bigbluebutton-mobile-sdk

    Weekly Downloads

    1

    Version

    0.1.24

    License

    LGPL-3.0

    Unpacked Size

    3.25 MB

    Total Files

    130

    Last publish

    Collaborators

    • tiagojacobs