How to load scenes in sync?

Options
When using PhotonNetwork.LoadLevel scne is freezing for some time and after that level loads. But I want to do a loading screen and there is no method in photon to do that with using IENumerator like using async opreater and see the progress of loading. How can I load scene in sync with all players in the room?