2022-08-23 03:01:00 +08:00
|
|
|
# BigBlueButton Tablet
|
|
|
|
|
|
|
|
BigBlueButton app for tablets. It allows you to share your screen in a BigBlueButton room, and also provides improved background audio.
|
|
|
|
|
|
|
|
PS: This runs on mobile too, but it's mainly targeted for tablets, as it requires good CPU due to usage of a webview for rendering BigBlueButton.
|
|
|
|
|
2022-08-30 01:00:45 +08:00
|
|
|
More details in https://github.com/bigbluebutton/bigbluebutton-tablet-sdk
|
2022-08-23 03:01:00 +08:00
|
|
|
|
2022-11-09 09:30:17 +08:00
|
|
|
- iOS version available in [App Store](https://apps.apple.com/us/app/bigbluebutton-tablet/id1641156756)
|
2023-02-18 14:55:14 +08:00
|
|
|
|
|
|
|
|
|
|
|
# bundle
|
|
|
|
|
|
|
|
```
|
|
|
|
yarn react-native bundle --entry-file index.js --platform android --dev false --bundle-output ./android/app/src/main/assets/index.android.bundle --assets-dest ./android/app/src/main/res/
|
|
|
|
|
|
|
|
```
|