BASIC CHAT Functions
Below is a listing of all the functions.
|
CheckRoom Check if a room exists based on a room ID.
Return Type: DataSet
DeleteChatRoom Deletes a chat room.
Return Type: n/a
GetChatMessages Retrieve's the latest chat messages from a room.
Return Type: DataSet
GetChatPeople Retrieve's the list of people who are in the chat.
Return Type: DataSet
GetChatRooms Get all chat rooms for a forum. This function will not return the lobby.
Return Type: DataSet
GetChatRoomsByID Gets a chat room based on a room ID.
Return Type: DataSet
GetChatRoomsForForum Get all chat rooms for a forum.
Return Type: DataSet
InsertChatMessage Insert a chat message into a room.
Return Type: n/a
InsertChatRoom Insert a new chat room in a forum.
Return Type: DataSet
InsertUserInRoom Insert a user in a room.
Return Type: n/a
RemoveOldChatUsers Removes all the users from the people list which are not active.
Return Type: n/a
UpdateChatRoom Update a room name.
Return Type: n/a
UpdateRoomDate Updates the last visited date of a room.
Return Type: n/a
|
Functions
Available
|