ParaRoomService.GetCurrentRoomInfo

Declaration

public static void GetCurrentRoomInfo(Action<ParaRoomInfo> cb)

Parameter

Parameter NameParameter Description
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 current room.