Click or drag to resize
ChatServiceJoinRoom 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: 12.0.0
Syntax
C#
public 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

Implements

IChatServiceJoinRoom(Int32, String)
See Also