BBB mobile template easy to start your own mobile client
npm install @mconf/bbb-mobile-template $ node -v
v16.x.y
###
$ npm install expo-cli -g
#### for android:
$ java --version
openjdk 11
You have to set the Android variables for you environment:
- export ANDROID_HOME=$HOME/Android/Sdk
- export PATH=$PATH:$ANDROID_HOME/tools
onLeaveSession={() => navigation.replace("Home")}
/>
See https://github.com/mconf/bbb-mobile-template/blob/master/src/screens/InsideConference/index.js for an example.