closeRoom is not working. it is returning -2.
any idea??
this is my function -----
function closeRoom($parameters = array() )
{
return $this->performAPICall(
"closeRoom",
array(
"SID" => $parameters["SID"], "rooms_id" =>
$parameters["rooms_id"], "status" => $parameters["status"]
)
);
}
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-user?hl=en.