How to stop matchmaking for a particular game session?

0

So I have a game session where maximum 20 players can join. Players join through lambda response from APIs. The lambda checks for available servers and see if players joined are less than the max players that can be accommodated in the available sessions. if current players are less than max players the session can accommodate, the player will be allocated to the session. But for my game, I want the session to stop accepting players once the game starts playing phase from lobby. How can I achieve this. I am not using flex match or anything. Just Gamelift with API gateway and lambda.

1 Respuesta
0

Hi!

You could use UpdateGameSession with the required max player session count, to update the maximum number of players that can be connected simultaneously to the game session.

Thanks!

AWS
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas