How to synchronized a canvas with PhotonView

Options
I'm trying to synchronize a canvas with photon engine so every player can see it. This canvas will be kind of a tv that any player can turn on and the rest can watch it. I could synchronized a cube adding the PhotonView and the PhotonRigidBody components to the prefab but when I tried the same with the canvas it didn't work at all. Can anyone tell me what components are required to do this and if it needed it what should I handle with an extra script (i.e transfer ownership).