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 openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to