It is possible to remove Lickia watermark from Streams?

As I said in subject, it is possible?

Any help will be appreciated.
Thanks in advance.

Hi Hernan,

you can, what you need to do changes in erizo.js file or through using css.

also you can change “Star” image with other by replacing star.svg with
other one you want to use

a.logo.setAttribute(“src”,a.url+“/assets/star.svg”);

Thanks
AtulOn Thursday, 2 April 2015 06:08:09 UTC+5:30, Hernan Daniel Garcia Sifontes wrote:

As I said in subject, it is possible?

Any help will be appreciated.
Thanks in advance.

Thank you very much Atul, this helps me a lot!

I modified “script.js” of Basic Example and I did this:

var subbar = document.getElementById(“subbar_undefined”);
var logo = subbar.fisrtChild;
logo.setAttribute(“src”,host+“/prueba.svg”);

And works fine :slight_smile:
Thanks again.On Thursday, April 2, 2015 at 9:31:14 AM UTC-4:30, atul tiwari wrote:

Hi Hernan,

you can, what you need to do changes in erizo.js file or through using css.

also you can change “Star” image with other by replacing star.svg with
other one you want to use

a.logo.setAttribute(“src”,a.url+“/assets/star.svg”);

Thanks
Atul
On Thursday, 2 April 2015 06:08:09 UTC+5:30, Hernan Daniel Garcia Sifontes wrote:

As I said in subject, it is possible?

Any help will be appreciated.
Thanks in advance.