I would want access to queue statistics in CloudScript. I can get it client side, and using REST API, but I have yet to find the CloudScript function that gives me the same information. Is there one?
I would want access to queue statistics in CloudScript. I can get it client side, and using REST API, but I have yet to find the CloudScript function that gives me the same information. Is there one?
I have tried multiplayer.GetQueueStatistics() in Cloud Script and it works. Basically Multiplayer Server 2.0 related API, including matchmaking, can be called in “multiplayer” class.
In addition, we also recommend to use Azure function, which is more powerful and flexible, and the usage is the same as C# SDK.
2 People are following this question.