How to optimize normcore?
We're looking to reduce the amount of bandwidth that we use. What are some good practices to reduce the amount of bandwidth being used? What are some good practices to reduce the cost of normcore for our use case?
datastoreFrameDurationdatastoreFrameDuration1.0/20.0RoomRoomRoom// Assuming you have a reference to the Room instance
Normal.Realtime.Room room = ...; // get your Room instance
// Set the datastoreFrameDuration property
room.datastoreFrameDuration = 1.0/30.0; // for example, to send updates at 30hz