Hello Every One,
I am willing to develop a cross platform online meeting mobile application.
I Know mobile does not support the Flash client.
So i decided to use HTML 5 Client
I have installed it on server using the following command given at url
http://docs.bigbluebutton.org/html/html5-overview.html#try-out-the-html5-client-by-installing-it-from-packages$ sudo apt-get install bbb-html5
$ sudo bbb-conf --restart
I have checked my HTML 5 Client using
http://my_ip>/html5client/check and it works fine, I got result as
{"html5clientStatus":"running"}.And i have flash client also installed.
I tried to access the BBB server in mobile browser , I got Message say that Flash Client does not support instead use the HTML 5 Client , and when I click on it, It take me to user name page and I can connect to Meeting successfully in mobile Browser.
For web development we can use the API listed on this page
http://docs.bigbluebutton.org/dev/api.html, and its working fine.
Now I have few concern
1 How to develop for mobile application (native or cross platform, creating meeting and join in web browser is not a good idea as Meeting UI does not render completely)
2 How to force server to serve using HTML 5 Client rather than giving option of flash client and HTML 5Client, when call is from mobile
3 where are the API for getting video , audio stream , chat etc
I google a lot , but i don't find even single sample of mobile application .
Thanks in advance.