This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
Allows the room owner to update the data store (set of key value pairs) of their room.
NOTE: Room datastores only allow string values. If you provide int or double values, this returns an error.
This request will return a message with a payload of Room on the message queue.
| Parameter | Description |
|---|---|
roomID | The room that you currently own (check {{methods.room.get_owner}}). Type: ovrID |
data | The key/value pairs to add or update; null values clear a given key. Type: ovrKeyValuePair * |