Click or drag to resize
IChatService.JoinRoom 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#
ChatGeneralResponse<JoinRoomData> JoinRoom(
	int roomID,
	string password
)

Parameters

roomID
Type: System.Int32
ID of a room.
password
Type: System.String
Entrance password (if required).

Return Value

Type: ChatGeneralResponse<JoinRoomData>
JoinRoomData
See Also