Standard way to remove the video player bar

Hi,

Is it possible to remove the video player bar gracefully?

Currently I’m doing monkey-patching:
Erizo.Bar = function () {}

But that doesn’t seem like a good approach and also it raises exceptions on
mouse over event.

Thanks!