roomList - List of available rooms
XML request, sent by the client to the server
<protocol>
      <roomList [sid="6"]/>
</protocol>
                    
Note: Only visible rooms (in the configuration file in the section room isPrivate=false is set) are included in the list. XML response of the server to the client
XML response of the server to the client
<protocol>
      <response action="roomList" errorCode="0" [sid="6"]>
           <data roomCount="3">
                 <room name="room1" category="cinema" content="new movies" language="en"/>
                 <room name="room2" category="literature" content="new titles" language="en"/>
                 <room name="room3" category="science" content="science news" language="en"/>
           </data>
      </response>
</protocol>
                    
Attribute
Meaning
roomCount
Number of visible rooms.
data
In this section there is a list of visible rooms and their parametres.