JoinRoomResultEnum Enumeration |
Namespace: CMS.Chat
public enum JoinRoomResultEnum
Member name | Value | Description | |
---|---|---|---|
Joined | 0 | User joined to the room in current operation. | |
AlreadyIn | 1 | User was already joined. | |
WrongPassword | 2 | Wrong password. | |
RoomDisabled | 3 | Room was not found or is disabled. |