errorCode
Error description
231
To create new variables is not allowed in the room.
232
The value of maxVariablesPerUser or maxVariables was exceeded.
233
The variable name is not defined.
234
A variable with this name already exists in the room.
235
The message about creation of the variable could not be sent to all clients.
XML message of the server to other clients
<protocol>
<received action="addVariable" sentFrom="test">
<data><abc>27</abc></data>
</received>
</protocol>
Attribute
Meaning
sentFrom
Name of the client founding the variable.
data
In the section data there is name of the new variable and its value.
Note: Other clients logged in the room will only receive the message in case the new variable is public, it means isPrivate=false. If the newly founded variable is not public, other clients will not receive any message.