Player class
Player class contains data about a specific player. This class represents player in a room.
Properties
Type | Name | Description |
---|---|---|
SessionId | SessionId | Session id of the player |
string | UserId | User id of the player |
string | DisplayName | Display name of the player |
bool | IsMine | True if the player belongs to the current user |