RoomParams
The RoomParams struct contains properties of the room
Declaration
public struct RoomParams : ValueTypeConstructors
Constructor
public RoomParams(string id, RoomVisibility visibility)
Overload
public RoomParams(int capacity, string name, string description, string passcode, RoomVisibility visibility)
Properties
| Name | Type | Summary |
|---|---|---|
| Capacity | int | - |
| Description | string | - |
| Name | string | - |
| Passcode | string | - |
| RoomID | string | - |
| Visibility | RoomVisibility | - |