question

Mathieu Deletrain avatar image
Mathieu Deletrain asked

Team affectation for player squads using match making queues

Hi !

We are developing a multiplayer game using the new match making service.

In the game, players are able to join squads of friends then ask for a new match to the matchmaker.

As I understand it, the player who instigates the squad should use the CreateMatchMakingTicket API, filling in the EntityId of all teammates.

Once the ticket is created, the ticket id must be shared to teammates who then should use the JoinMatchMakingTicket.

Then, everyone should proceed as usual, waiting for the ticket to be matched.

Is there any way to enforce players joining a match using such a shared ticket to be in the same team while still using queue's team difference and size rules ?

Thanks for your answers !


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.

Citrus Yan avatar image
Citrus Yan answered

If your queue has teams specified, players which are submitted together in the same ticket will be allocated into the same team automatically by PlayFab, you don’t have to worry about that. And, of course, team difference and size rules will also be effective.

10 |1200

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

Mathieu Deletrain avatar image
Mathieu Deletrain answered

Fine !

Thank you for your fast answer.

10 |1200

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

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.