bigbluebutton / bbb-air-client

Other
25 stars 43 forks source link

Question? #50

Open aimkoh opened 10 years ago

aimkoh commented 10 years ago

I need a join url for a 0.9 BBB server public beta.

if(Capabilities.isDebugger) { // test-install server no longer works with 0.9 mobile client

            //url = "bigbluebutton://test-install.blindsidenetworks.com/bigbluebutton/api/join?fullName=Air&meetingID=Demo+Meeting&password=ap&checksum=512620179852dadd6fe0665a48bcb852a3c0afac";
            //url = "bigbluebutton://lab1.mconf.org/bigbluebutton/api/join?fullName=Air+client&meetingID=Test+room+4&password=prof123&checksum=5805753edd08fbf9af50f9c28bb676c7e5241349"
        }

I have to delete comment where?

Thank

capilkey commented 10 years ago

Add "url = " and then a vaild join url for your 0.9 BBB server. On Sep 14, 2014 6:26 AM, "aimkoh" notifications@github.com wrote:

I need a join url for a 0.9 BBB server public beta.

if(Capabilities.isDebugger) { // test-install server no longer works with 0.9 mobile client

        //url = "bigbluebutton://test-install.blindsidenetworks.com/bigbluebutton/api/join?fullName=Air&meetingID=Demo+Meeting&password=ap&checksum=512620179852dadd6fe0665a48bcb852a3c0afac";
        //url = "bigbluebutton://lab1.mconf.org/bigbluebutton/api/join?fullName=Air+client&meetingID=Test+room+4&password=prof123&checksum=5805753edd08fbf9af50f9c28bb676c7e5241349"
    }

I have to selete comment where?

Thank

— Reply to this email directly or view it on GitHub https://github.com/bigbluebutton/bbb-air-client/issues/50.

sallamah commented 9 years ago

Please, Where should i add this (url="serverUrl") line?

Which file?

Thanks in advance

capilkey commented 9 years ago

You have to put "url = " inside of the following if statement, https://github.com/bigbluebutton/bbb-air-client/blob/master/src/org/bigbluebutton/view/navigation/pages/login/LoginPageViewMediator.as#L88

sallamah commented 9 years ago

Many thanks,

But still have a problem, how to complete the following parts of the URL (specially the last part)

fullName= meetingID= password= checksum=

sorry for bothering you

capilkey commented 9 years ago

You should use the Mconf API Mate (http://mconf.github.io/api-mate/) to construct a valid "join" API call for a 0.9.0-beta server.

The url that you are entering is just for debug testing.