Contents

setHostedPlayerReady(_:)

Informs the controller that a player has joined a hosted match.

Declaration

func setHostedPlayerReady(_ playerID: String)

Parameters

  • playerID:

    The identifier string for a player that connected to the external server.

Discussion

In a hosted match, when a new player connects to the server, your server needs to inform all participating devices connected to the match. Each participating device must separately call this method to update its matchmaking user interface.

See Also

Deprecated