SelfHostedRoomCreationOptions
Extended configuration options for creating rooms on self-hosted Replication Servers.
Remarks
Inherits from RoomCreationOptions and adds additional settings specific to self-hosted environments, including server configuration and entity limits.
Use this class when creating rooms on your own Replication Server infrastructure.
Constructors
| SelfHostedRoomCreationOptions |
Fields
| CleanupTimeout | The timeout in seconds before an empty room is automatically cleaned up. |
| HostAuthority | Configuration for host authority features in the room. |
| MaxEntities | The maximum number of entities that can exist in the room. |
| ProjectId | The identifier of the project to which the room belongs. |
| Schemas | Array of schemas for the room. |
| Secret | The secret token for administrative access to the room. |
| UniqueId | A unique identifier for the room within the self-hosted environment. |
| UseDebugStreams | Specifies whether to enable debug streaming features. |
Properties
| Default | Gets a default instance of self-hosted room creation options with standard settings. |