I'm using gamesparks and I need to disconnect player from pendingMatch, if the player is waiting for another player to connect very long time. Found this: match.removePlayersById(playerIdsToRemove)
but I need to have matchID
, to get match
. but don't know how.
Please help me to remove player from match.
thank, you