Object intercation in the scene

Options
Hello everybody.
I have a project with photon and vrtk plugin, the various players see each other and their positions are updated.
In the scene there is an interactive sphere that has photon view, photon transform view, photon rigidbody view and VRTK Interactable object.
Now if a client takes the ball and moves it he sees that it has changed position, but the master client does not.
If the master client takes the ball and then another player tries to take it, it returns to the master client.
I do RPC call which change the color of sphere and this works well. Help me please :)