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