Skip to main content
API Reference

Rooms


Classes

NameTypeSummary
RoomIRoom
-
RoomIDIEquatable<RoomID>
-
RoomManagementServiceRoomManagementService
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

NameTypeSummary
IRoomIDisposable
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

NameTypeSummary
GetOrCreateRoomAsyncTaskResultValueType
Struct which holds the return values for GetOrCreateRoomAsync.
RoomParamsValueType
The RoomParams struct contains properties of the room

Enums

NameTypeSummary
RoomManagementServiceStatusint
Status of Room Management Service requests. Values corresponds to HTTP response codes.
RoomVisibilitybyte
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.