Collision over network is not working

Options
Hi,
I am a beginner in PUN. I have created two player mode for a game(like PVP) and the player movement is very much fine using Photon Transform View, but the while moving the collision is happening only locally. Collision is not happening for the networked player (ie,the player which is not controlled locally). I tried with Photon Rigidbody View along with Photon Transform View, but it's the same again. Please help me with this.

Thank you.