Matchmaker Team assignment

Hello,

I currently have a queue with the pool details below.
How does the teams assignment work? I mean, how would a client know which team he’s part of?
I thought that Matchmaker would assign teams automatically and send the players who found a game the team they’re supposed to be in, but apparently it’s not the case.
Do I have to handle this myself with my server? If so, what’s the point of these teams?

Thanks in advance

{
  "Name": "Basic Match",
  "DefaultQosRegion": "XXX",
  "BackfillEnabled": true,
  "MatchDefinition": {
    "Teams": [
      {
        "Name": "Team 1",
        "TeamCount": {
          "Min": 1,
          "Max": 1,
          "Relaxations": []
        },
        "PlayerCount": {
          "Min": 1,
          "Max": 1
        },
        "TeamRules": []
      },
      {
        "Name": "Team 2",
        "TeamCount": {
          "Min": 1,
          "Max": 1
        },
        "PlayerCount": {
          "Min": 1,
          "Max": 1
        },
        "TeamRules": []
      }
    ],
    "MatchRules": []
  }
}

Hi ! This information is part of the matchmaking result,
The player distribution in the teams will be provided here.

See Integrations with other UGS services

1 Like

@Kouznetsov did the matchmaking work for you? I can’t make a 1on1 duel happen