Neseek77 / mconf

Automatically exported from code.google.com/p/mconf
0 stars 0 forks source link

Show links with "bigbluebutton://" when the user is in a mobile device #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
All links to the BBB API use the HTTP protocol.
When a mobile client is accessing the website, the links should use 
"bigbluebutton://" instead of "http://", so that the BBB session will be opened 
in the native client and not in the browser.

Only links to API calls need to be changed. I believe that only 
bigbluebutton_rails will be affected, but maybe mconf-web will need some 
modifications as well.

Original issue reported on code.google.com by leonardo...@gmail.com on 12 May 2011 at 12:23

GoogleCodeExporter commented 9 years ago

Original comment by leonardo...@gmail.com on 16 May 2011 at 7:02

GoogleCodeExporter commented 9 years ago
We decided not to use "bigbluebutton://" as default when the client is on a 
mobile devise. We still use HTTP because the user might want to open the 
session in his browser (if he has a flash).

The "bigbluebutton://" links are now provided in a separate page (a dialog), 
that shows the link and also a QR code image that can be scanned by the mobile 
application to join the conference.

The feature was implemented in bigbluebutton_rails and still needs improvements 
(see Issue #95).

Original comment by leonardo...@gmail.com on 20 May 2011 at 6:45