Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bennyboer/bbb_app

Our attempt at a mobile app client for BigBlueButton services.
https://github.com/bennyboer/bbb_app

app bigbluebutton flutter

Last synced: about 1 month ago
JSON representation

Our attempt at a mobile app client for BigBlueButton services.

Awesome Lists containing this project

README

        




Now available as early access version on Google Play.


Now available on App Store.

# App client for BigBlueButton services

This app uses BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.

This project is a Flutter application.

## Getting Started

### Building and installing a release APK

Run `flutter build apk --release` followed by `flutter install` to build and install an APK on a connected Android device.

### How to test the app?

1. You need to have a BBB meeting session running.
Take a note of the **meeting URL**.

2. Open the app using the Emulator with Android Studio or build a release APK and install it to your device.

3. When the app opens up you should see the following start screen where you need to specify the BBB meeting URL, a username (arbitrary) and optionally an access code if the meeting is protected by one.



4. You should see the main meeting view:



### Developing

Follow the guide [here](https://flutter.dev/docs/get-started/) for instructions on how to install and use Flutter.

### Further screenshots

#### Meeting info view



#### Chat view



## Technical information

### Changing the app icon

When changing the application icon, you will need to run:

```
flutter pub run flutter_launcher_icons:main
```

which will update the necessary files for Android and iOS.