NetworkingPeer.UpdateMasterClient C# (CSharp) Method

UpdateMasterClient() protected method

Call when the server provides a MasterClientId (due to joining or the current MC leaving, etc).
protected UpdateMasterClient ( ) : void
return void
    internal protected void UpdateMasterClient()
    {
        SendMonoMessage(PhotonNetworkingMessage.OnMasterClientSwitched, PhotonNetwork.masterClient);
    }
NetworkingPeer