RoomCreationOptions
class in Coherence.Cloud
Configuration options for creating rooms in coherence Cloud.
Remarks
Provides all the settings needed to customize room creation including capacity, metadata, tags, and simulator configuration.
Constructors
| RoomCreationOptions |
Fields
| FindOrCreate | Specifies whether to find an existing suitable room or create a new one. |
| KeyValues | Dictionary of custom key-value metadata for the room. |
| MaxClients | The maximum number of clients that can connect to the room. |
| SimPayload | Custom payload data to send to the simulator when the room is created. |
| Tags | Array of tags for categorizing and filtering the room. |
Properties
| Default | Gets a default instance of room creation options with standard settings. |
| Name | The display name of the room. |