Now available as early access version on Google Play.
Now available on App Store.
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.
Run flutter build apk --release
followed by flutter install
to build and install an APK on a connected Android device.
-
You need to have a BBB meeting session running. Take a note of the meeting URL.
-
Open the app using the Emulator with Android Studio or build a release APK and install it to your device.
-
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.
- You should see the main meeting view:
Follow the guide here for instructions on how to install and use Flutter.
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.