Class BaseRoom
Represents a room instance the participant can join.
Inherited Members
Namespace: Unity.Cloud.Presence
Syntax
public abstract class BaseRoom
Constructors
BaseRoom(RoomId)
Declaration
protected BaseRoom(RoomId roomId)
Parameters
| Type | Name | Description |
|---|---|---|
| RoomId | roomId |
Properties
RoomId
Gets the ID for the room.
Declaration
public RoomId RoomId { get; }
Property Value
| Type | Description |
|---|---|
| RoomId |