Joins user to room. Sets his JoinTime to now, LeaveTime to null, etc.
This method checks automatically password. It takes into account actual 'join state' of this user -> if user is already joined, he does not have to provide correct password.
'Enabled state' of this room is also checked.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- roomID
- Type: System Int32
Room ID
- chatUserID
- Type: System Int32
Chat user ID
- password
- Type: System String
Room's password. If room has not password this parameter will be ignored.
Return Value
Type: JoinRoomResultEnumResult of Joining
See Also