userList - List of clients logged in the room
XML request, sent by the client to the server
<protocol>
      <userList [sid="5"]/>
</protocol> 
                    
Note: The client can acquire list of clients logged in the same room only.
XML response of the server to the client
<protocol>
      <response action="userList" errorCode="0" [sid="5"]>
            <data userCount="2">
                  <nickName>client1></nickName>
                  <nickName>client2</nickName>
            </data>
      </response>
</protocol>
                    
Attribute
Meaning
userCount
Number of clients logged in the room.
data
In this section there is a list of clients logged in the room.