ParaRoomService.GetUserRoomInfo

Declaration

public static void GetUserRoomInfo(string openID, Action<ParaRoomInfo> cb)

Parameters

Parameter NameParameter Description
openIDThe UID of the player in the room whose information is to be obtained
cbThe callback function. It returns the room information when the room information is successfully obtained. When the room information fails to be obtained, it returns an empty value.

Description

Gets the information on the room in which the specified player is.