Skip to main content

Room's settings.json

What is settings.json?

We can create settings.json in side rooms folder for example /rooms/myRoom/settings.json. This file store settings of the room.

Here is default settings.json

settings.json
{
"onUpdateDelay": 33.2
}

settings meaning

  • onUpdateDelay : The interval duration (in milliseconds) between consecutive calls to the update() method in the component class. Setting this to 16.6 ms results in an update rate of approximately 60 frames per second (FPS).