Class RoomSession
Syntax
public class RoomSession : ISession
Constructors
RoomSession(BaseRoom)
Declaration
public RoomSession(BaseRoom baseRoom)
Parameters
Properties
CurrentParticipantId
Declaration
public ParticipantId CurrentParticipantId { get; }
Property Value
Implements
Id
Declaration
public SessionId Id { get; }
Property Value
Implements
Room
Declaration
public BaseRoom Room { get; }
Property Value
Implements
Events
RoomEvent
Declaration
public event Action<ISession, Message> RoomEvent
Event Type
Implements
SessionChanged
Declaration
public event Action<ISession> SessionChanged
Event Type
Extension Methods