question

Aurora avatar image
Aurora asked

The way to get Session ID/Name from Multiplayserver using photon fusion

Hello, now i have a problem in client sending Request to Playfab Multiplayserver to create Game Server Instance then in Game Server when running it will create a room to Photon Fusion by random Session Id/Name but the client that sendt request does't know that session ID created from game server. How to find or get it from Playfab multiplayserver.

thank you

unity3dphoton
1 comment
10 |1200

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

Rick Chen avatar image Rick Chen ♦ commented ·

I will do some research and let you know the update. It could take a while. Your patience is appreciated.

0 Likes 0 ·

1 Answer

·
Xiao Zha avatar image
Xiao Zha answered

If you use the Request Multiplayer Server API to get the server instance, you can use the sessionId you set in the API request as the photon fusion session Id to start the game (you can use PlayFabMultiplayerAgentAPI.SessionConfig.SessionId to get the sessionId in the server). In this case, you can use the sessionId set in the API request on the client side without getting it from Playfab Multiplayer Server. Also, since we are not experts in Photon Fusion, you can seek professional assistance from the Fusion support team.

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.