question

khptechnics56 avatar image
khptechnics56 asked

"matchid: must be a guid of string type" Any solutions ?

Matchmaking
1 comment
10 |1200

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

khptechnics56 avatar image khptechnics56 commented ·

is "match id" and "Session Id" same?

0 Likes 0 ·
Citrus Yan avatar image
Citrus Yan answered

It indicates that the “MatchId” you passed is wrong, which looks like something like this:

2b163f4d-3975-482f-84d5-815ea5b2677f

It’s available from the GetMatchmakingTicket API call when a match is found: Matchmaking - Get Matchmaking Ticket (PlayFab Multiplayer) | Microsoft Docs. For more details about the flow of our Matchmaking System, please check out this doc: Matchmaking quickstart - PlayFab | Microsoft Docs

10 |1200

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

khptechnics56 avatar image
khptechnics56 answered

is "matchid" and "SesionId" same?

1 comment
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 commented ·

If you integrate PlayFab Matchmaking with PlayFab Multiplayer Servers as this doc describes: Integrating with PlayFab Multiplayer Servers - PlayFab | Microsoft Docs, then yes, the SessionId passed to the server will be equal to the MatchId for the match.

0 Likes 0 ·

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.