Class SelfHostedRoomCreationOptions
public class SelfHostedRoomCreationOptions : RoomCreationOptions
- Inheritance
-
SelfHostedRoomCreationOptions
- Inherited Members
Constructors
SelfHostedRoomCreationOptions()
public SelfHostedRoomCreationOptions()
Fields
CleanupTimeout
public int CleanupTimeout
Field Value
MaxEntities
public int MaxEntities
Field Value
ProjectId
public string ProjectId
Field Value
Schemas
public string[] Schemas
Field Value
- string[]
Secret
public string Secret
Field Value
UniqueId
public int UniqueId
Field Value
UseDebugStreams
public bool UseDebugStreams
Field Value
Properties
Default
public static SelfHostedRoomCreationOptions Default { get; }