Possible to switch Master Client

We are making a game using Photon PUN for mobile. Is it possible to switch master client, when the current master client has the app in the background?
In other words, can someone else do this? It seems like the only way to avoid messing up the game for the other players, who rely on the master client for certain things, is to automatically boot the current master client from the game as soon as their app loses focus. That will automatically switch the master client, great, we understand that and it works, but it seems a bit severe...is there any other method?
An app on android will stop processing, on some phones even if they adjust the volume control for instance.
Thanks

Best Answer

Answers

  • Thanks kamend! So if the previous master client then returns to the game after having paused it, do you need to do anything special? For example , the OnMasterClientSwitch event will trigger for them when they have focus again?