When using the getRoomById API call, which room_id is it looking for. I have tried calling to for an ID I know is good and one that is not used, but I get the same XML response from both.
... openmeetings/services/RoomService/getRoomById?SID=26d03a64e097b4e2f64ff8a089ad8229&rooms_id=1 and ... openmeetings/services/RoomService/getRoomById?SID=26d03a64e097b4e2f64ff8a089ad8229&rooms_id=99 The response from both is: <ns:getRoomByIdResponse xmlns:ns=" http://services.axis.openmeetings.apache.org"><ns:return xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/></ns:getRoomByIdResponse> What I am trying to do is confirm that a room exists. Am I formatting the call incorrectly or should I be using a different call? Before this I am able to confirm the session id was generated and it accepted the login.