I have a question related to backfill and the querying of the latest members of a match. When a backfill ticket has been successfully matched what members are in Result of GetServerBackfillTicket (GetServerBackfillTicketResult::Members)
- The original members of the CreateServerBackfillTicket request.
- The members of the match after the backfill ticket was successfully matched.
Thanks for clarification.
Answer by Xiao Zha · May 25 at 05:32 AM
When a Backfill Ticket has been successfully matched, the members in the result of Get Server Backfill Ticket are those original members of the Create Server Backfill Ticket request. If you want to get the latest members of a match, you can follow the documentation to add connected players into a list and access it later with Get Multiplayer Server Details API.