question

achatterjee avatar image
achatterjee asked

SetMatchMakingQueue Details

I have some questions for the SetmatchMakingQueue function :

Link : https://docs.microsoft.com/en-us/rest/api/playfab/multiplayer/matchmaking-admin/set-matchmaking-queue?view=playfab-rest

1. When will this be available in c++ ?

2. Can we modify a Queue during the Polling for Ticket phase ?

3. How long does it take for the changes to the queue to take effect ?

Matchmaking
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Ivan Cai avatar image
Ivan Cai answered

Currently, SDK support has not yet determined. If you modify a queue during the Polling for ticket, the new ticket will be matched according to the new queue configuration. In general, we do not recommend to modify the queue configuration during matchmaking phase. Modifying the queue configuration will take effect immediately.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

achatterjee avatar image achatterjee commented ·

Can we still call the function using Cloudscript ?

0 Likes 0 ·
JayZuo avatar image JayZuo ♦ achatterjee commented ·

If you are using PlayFab CloudScript using Azure Functions then you can call this function. It's not supported in legacy CloudScript.

1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.