Hi,
I really have a hard time understanding the instructions for the Javascript. I want to update the room properties and I do not know how to call the method.
In the method
updateRoomProperties(roomID, tableProperties, removeArray);
roomID is a string,
but what is the tableProperties? It should have the json format, but is it a string or a JSON object?
If I do not want to remove any property, what should I set the value of removeArray to? empty string or null?
Thank you