mconf / bbb-air-client

Mobile client for BigBlueButton and Mconf based on Adobe Air
Other
12 stars 32 forks source link

Join any room on BigBlueButton #17

Closed mconf-daileon closed 8 years ago

mconf-daileon commented 8 years ago

Author Name: Felipe Cecagno (Felipe Cecagno) Original Redmine Issue: 1117, http://dev.mconf.org/redmine/issues/1117 Original Date: 2014-01-09


The app is already listening to the mconf.mobi schema. The idea is that, in a 3rd party app, a link will point to the app schema, but will contain also a parameter called join_url, that will be used by the app when the app is launched.

For instance, the URL http://mconf.mobi/launch?join_url=http://test-install.bigbluebutton.org/bigbluebutton/api?join&meetingID=Demo Meeting&... will launch the app and the app will call http://test-install.bigbluebutton.org/bigbluebutton/api?join&meetingID=Demo Meeting&... in the join service.

It means that the app will be able to join any conference room in any BigBlueButton server.

mconf-daileon commented 8 years ago

Original Redmine Comment Author Name: Lucas Herbert Jones (Lucas Herbert Jones) Original Date: 2014-01-22T16:48:37Z


Now the schema is "bigbluebutton" when it's received, the application replaces the "bigbluebutton" by "http" and call a join with the new full URL.

We tested with a conference room and it worked.