Declaration
public static void GetCurrentRoomInfo(Action<ParaRoomInfo> cb)
Parameter
Parameter Name | Parameter Description |
---|---|
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 current room.