Click or drag to resize
IChatServiceJoinRoom Method
Joins a room. Chat user has to be logged in before this operation.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
ChatGeneralResponse<JoinRoomData> JoinRoom(
	int roomID,
	string password
)

Parameters

roomID
Type: SystemInt32
ID of a room.
password
Type: SystemString
Entrance password (if required).

Return Value

Type: ChatGeneralResponseJoinRoomData
JoinRoomData
See Also