Contents

expectedPlayerCount

The remaining number of players invited but not yet connected to the match.

Declaration

var expectedPlayerCount: Int { get }

Mentioned in

Discussion

GameKit decrements the value of this property when a player connects to the match. When the value reaches 0, all expected players joined, and the game can begin.

See Also

Working with other players