question

Heiko Hufnagl avatar image
Heiko Hufnagl asked

Lobby Subscription

I use Unity Matchmaking SDK and want to receive notification on Lobby Events (Player joined, Player left, ...)

So after getting a match I use PlayFabMultiplayerAPI.JoinArrangedLobby (with UseConnection = true)

As far as I understood I don't need SignalR Hub when using the PlayFab Multiplayer SDK, but where can I hook up so I can get the events on any changes in the Lobby?

multiplayer
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Infer Wang avatar image
Infer Wang answered

You may use PlayFabMultiplayer.OnLobbyUpdatedHandler delegate to get which value has changed.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.