I have installed bigbluebutton development environment on my Linux and it is running locally, now i want to open the local app on my phone (android) so that i can detect the type of phone etc. Does anyone know how i can run my development app running locally in Linux on my phone; Your help is appretiated.
Asked
Active
Viewed 175 times
0
-
Depends on what you mean by " development app" and "development environment". When you run BBB with a self signed certificate you set a host name, then you would call BBB like "https://
/ – Nigel Savage Apr 28 '22 at 18:47" where points to a nginx location block in the BBB's server nginx.conf. Typically you would have a location set up in BBB's server nginx say "myapp" so your URL would look like "https:// /myapp". See here for how you would access this URL from your phone https://stackoverflow.com/questions/4779963/how-can-i-access-my-localhost-from-my-android-device
1 Answers
0
Steps to open bigbluebutton web app running locally on linux in mobile phone,
- Turn on your PC hotspot.
- Connect to your PC hotspot on mobile.
- Now type the localhost URL in your mobile browser, i.e. if my app is running on url https://localhost:8080/ then i will type same URL in mobile browser.
- Now you can use the web app similar to how you would use it on your PC.

Syed Saad Ullah Shah
- 61
- 1
- 8