How to set AutoCleanup to false?
How to set AutoCleanup to false? Thanks
0
Best Answer
-
In CreateRoom, you pass RoomOptions. In those, set it to false.
The search bar for the docs (right hand, above the navigation) actually includes the API docs. That should give you the answer in no time, usually.
Update: Ok, it's a bit convoluted, because the RoomOption is
CleanupCacheOnLeave
.1
Answers
-
In CreateRoom, you pass RoomOptions. In those, set it to false.
The search bar for the docs (right hand, above the navigation) actually includes the API docs. That should give you the answer in no time, usually.
Update: Ok, it's a bit convoluted, because the RoomOption is
CleanupCacheOnLeave
.1