Javascript Switch or Set Master Client
in JavaScript
Hello! Photon Unity has the method:
What's the Javascript equivalent for this? I can't seem to find it. Thanks!
PhotonNetwork.SetMasterClient(photonPlayer);
What's the Javascript equivalent for this? I can't seem to find it. Thanks!
0
Comments
Setting master client is not supported by js Photon client.
You can get current master with myRoomMasterActorNr() call.
Wow thank you so much! That's awesome