Geting Error when joining the meeting

104 views
Skip to first unread message

sourabh

unread,
Feb 6, 2013, 1:53:55 AM2/6/13
to bigblueb...@googlegroups.com
Hi ALL,
 when i m creating class and trying to join that class then some time i am getting this error.
What is the scenario i am not getting for this error.
Is this any server error or my coding Problem(URL problem). I am using MConf Network but this error is present on my personal server also.

<response>
<returncode>FAILED</returncode>
<messageKey>invalidMeetingIdentifier</messageKey>
<message>The meeting ID that you supplied did not match any existing meetings</message>
</response>

Plz any one can help me.

Thanks
Sourabh P

Leonardo Daronco

unread,
Feb 6, 2013, 6:30:47 AM2/6/13
to bigblueb...@googlegroups.com
Hi Sourabh,

How are you creating your meeting? What application you're using?
I guess this is happening because you are trying to join a meeting that is not created yet.
You always have to call a "create" before joining the meeting to make sure it exists. Most of the application do this, but if you are using the API Buddy/Mate, you have to do it yourself.

You can read more about how the API works at http://code.google.com/p/bigbluebutton/wiki/API

Regards,
--
Leonardo Crauss Daronco



--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

sourabh

unread,
Feb 6, 2013, 7:40:08 AM2/6/13
to bigblueb...@googlegroups.com

Hi Daronco,

I am using PHP API. And when i m joining the class that time i am calling create also and i am getting below response and after that sometime I m getting that error (invalidMeetingIdentifier) from the server.
Plz tell me what is going wrong.

Array
(
    [returncode] => SimpleXMLElement Object
        (
            [0] => SUCCESS
        )

    [message] => SimpleXMLElement Object
        (
            [0] => This conference was already in existence and may currently be in progress.
        )

    [messageKey] => SimpleXMLElement Object
        (
            [0] => duplicateWarning
        )

    [meetingId] => SimpleXMLElement Object
        (
            [0] =>  sadfas
        )

    [attendeePw] => SimpleXMLElement Object
        (
            [0] => fasdfas
        )

    [moderatorPw] => SimpleXMLElement Object
        (
            [0] => dfasdfasd
        )

    [hasBeenForciblyEnded] => SimpleXMLElement Object
        (
            [0] => false
        )

    [createTime] => SimpleXMLElement Object
        (
            [0] => 1360154054031
        )

)
 thanks
Sourabh P

Leonardo Daronco

unread,
Feb 6, 2013, 9:45:15 AM2/6/13
to bigblueb...@googlegroups.com
Hi,

I've never seen the API fail with "invalidMeetingIdentifier" right after a *successful* create.
But if you create a meeting and wait a few minutes to join it, it can fail. Meetings without attendees are discarded after a while (there's a parameter "defaultMeetingExpireDuration", see https://groups.google.com/forum/?fromgroups#!searchin/bigbluebutton-dev/defaultMeetingExpireDuration)

The response for your "create" with the code "duplicateWarning" is ok. It means that the meeting already exists, and it's not really an error.

I'm not sure what is this "PHP API", but if you mean the demo page that comes with BigBlueButton, then again, I've never seen it fail in a server that is ok.

The easiest way to test it is with the API Buddy/Mate (http://www.omarshammas.com/bbbapibuddyhttp://mconf.org/m/tools/api-mate). Configure it and then click in the "create" call and, right after, in the "join". It should *always* work if your server is ok.

Regards,
--
Leonardo Crauss Daronco


--
Reply all
Reply to author
Forward
0 new messages