Declaration
public static void GetUserRoomInfo(string openID, Action<ParaRoomInfo> cb)
Parameters
Parameter Name | Parameter Description |
---|---|
openID | The UID of the player in the room whose information is to be obtained |
cb | The 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.