Rooms
Classes
| Name | Type | Summary |
|---|---|---|
| Room | IRoom | - |
| RoomID | IEquatable<RoomID> | - |
| RoomManagementService | RoomManagementService | The RoomManagementService provides interface to access Room Management Service backend to create, remove, find Rooms. A room is an entity to connect multiple peers through server relayed network. |
Interfaces
| Name | Type | Summary |
|---|---|---|
| IRoom | IDisposable | A room is an entity to connect multiple peers through server relayed network. The IRoom provides access to properties and network connectivity of the room. |
Structs
| Name | Type | Summary |
|---|---|---|
| GetOrCreateRoomAsyncTaskResult | ValueType | Struct which holds the return values for GetOrCreateRoomAsync. |
| RoomParams | ValueType | The RoomParams struct contains properties of the room |
Enums
| Name | Type | Summary |
|---|---|---|
| RoomManagementServiceStatus | int | Status of Room Management Service requests. Values corresponds to HTTP response codes. |
| RoomVisibility | byte | Visibility of the room. Public means accessible from any users using same application (API key). When the room is private, passcode is required to access. |