


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
Views
Replies
Total Likes
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
Views
Replies
Sign in to like this content
Total Likes