bbb_app
bbb_app copied to clipboard
Our attempt at a mobile app client for BigBlueButton services.
## UPDATE FROM 04-11-2021 BBB PR https://github.com/bigbluebutton/bigbluebutton/pull/13609 introduced fetching the BBB version. Unfortunately this is deactivated by default and thus is not really a good idea to use. This issue...
Hi, I want to share camera with different resolutions by changing **width**, **height** and **frameRate** according to below code: ``` final Map mediaConstraints = { 'audio': true, 'video': { 'width:...
**Bug** thanks for your extraordinary application but there is a problem with the new version of bbb. The new version of the BBB (BigBlueButton 2.3) is now available in [github](https://github.com/bigbluebutton/bbb-install)...
Since BBB 2.3 is out, we should check what needs to be done to support it.
**Describe the bug** Problem withe intl ^0.16.1 dependency ``` Running "flutter pub get" in bbb_app-main... Because bbb_app depends on flutter_localizations any from sdk which depends on intl 0.17.0, intl 0.17.0...
**Describe the bug** Google Play store shows "not available in your country" (which in my case is Sweden) **To Reproduce** 1) Set Google account to Sweden 2) Access https://play.google.com/store/apps/details?id=edu.hm.cs.tape.bbb_app **Expected...
Flutter 2.0 moved to stable, so we should check whether we can already migrate. For example null-safety introduced in recent Dart versions could block us here, as we need to...
**Description** After providing the url of a Greenlight app url, it is connecting to the meeting, shows the title, but keeps showing the loading bar forever. **To Reproduce** Steps to...
Hello, It would be nice to have a kind of user guide to connect to a meeting within a moodle LMS. For example: I have an URL, but the access...
Add an option for a three Way dark mode button! 1. Dark mode forced to turn on 2.(middle button) Will get the automatic dark mode from the system settings 3....