11-08-2017 08:20 AM - edited 03-17-2019 07:11 PM
Hello,
I have a client who has users who use both thick and thin clients.
They are currently looking to deploy Jabber for Windows and want to disable video when running in a thin client environment but enable it when running in a thick client environment.
I think that their approach is a bit silly but they are adamant they want to do this. I know that VXME would allow video for thin clients but the question I need to answer is whether video can be enabled/disabled according to the type of environment.
By disabled I want the video to be disabled completely rather than just the calls being configured to start with audio only as users would be able to change this.
Thanks
Solved! Go to Solution.
11-08-2017 09:50 AM
You need to create two jabber-config.xml files, such as;
jabber-config.xml
jabber-video-config.xml
Within each config file, you would define the 'EnableVideo' parameter as true or false. The default value is true. If needed, reference the Parameters Reference Guide for Cisco Jabber 11.x. Then upload these config files to the TFTP server(s).
And finally, you need to create two Custom Install (.msi) files in which you define the TFTP_FILE_NAME parameter. Here's the doc;
Search for TFTP_FILE_NAME and Create a Custom Installer. Good luck.
11-08-2017 09:50 AM
You need to create two jabber-config.xml files, such as;
jabber-config.xml
jabber-video-config.xml
Within each config file, you would define the 'EnableVideo' parameter as true or false. The default value is true. If needed, reference the Parameters Reference Guide for Cisco Jabber 11.x. Then upload these config files to the TFTP server(s).
And finally, you need to create two Custom Install (.msi) files in which you define the TFTP_FILE_NAME parameter. Here's the doc;
Search for TFTP_FILE_NAME and Create a Custom Installer. Good luck.
11-08-2017 10:26 AM
Mark,
Thank you for this - it is exactly what I was hoping for!
James
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide