Comment by tonmoytewary:
this is my function
function closeRoom($parameters = array())
{
return $this->_performAPICall(
"closeRoom",
array(
"SID" => $parameters["SID"],
"rooms_id" => $parameters["rooms_id"],
"status" => $parameters["status"]
)
);
}
For more information:
http://code.google.com/p/openmeetings/wiki/SoapMethods
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" 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-dev?hl=en.