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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南