myRoom - Information about the room that the client is logged in
XML request, sent by the client to the server
<protocol>
      <myRoom [sid="7"]/>
</protocol> 
                    
XML response of the server to the client
<protocol>
      <response action="myRoom" errorCode="0" [sid="7"]>
            <data roomName="room1"/>
      </response>
</protocol>
                    
Attribute
Meaning
roomName
Name of the room, the client is logged in.