Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

VideoSubscriber remove controls

Avatar

Former Community Member

Hello!

Is there a way  to remove the video controls from the VideoSubscriber. Our application provides it's own controls to the user to manage his camera. The User Name is not really of interest to our users because I'm using AFCS-Guest based userroles for the interaction with AFCS and these are just IDs. It would be nice if i could remove these items because elsewhere the only way is to hide them behind another display element wich is not my preffered way to do things.

Regards,

Christian

1 Reply

Avatar

Employee

Hi,

I am guessing you are talking about the WebcamSubscriber, if so , in the Webcamsubscriber there is a property called displayUserBars.Setting this property to false would hide the UserName and the controls on the bar.

_webCamSubscriber.displayUserBars = false; // The default value is true.

Thanks

Arun