Hi Bill,
The problem is that BBB-Android will always try to use the mobile demo on http://<your server>/demo/mobile.jsp, and this is hardcoded, there's no way to change the demo path through the app interface.
The easiest solution I could think to solve your problem is to keep the mobile.jsp and related files (bbb_api.jsp, mobile_api.jsp and mobile_conf.jsp) into the "demo" folder, while the other files (like demo1.jsp or other files you use in your integration) into the new "meeting" folder.
You could also provide a better mobile integration in your application, since BBB-Android will launch automatically if you click on a join link with the prefix "bigbluebutton://". This way you could provide two buttons for join a session, one will redirect to the default join URL and the other will redirect to the same URL with the custom prefix. This kind of integration is used by the Mconf integration (
http://mconf.org).
Regards,
--
Felipe Cecagno Mconf Development Team