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개 답변
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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠