Administrators can configure GPO policies to set the maximum bandwidth available for thin clients. Bandwidth restriction policies can also be implemented to apply specifically to office devices, allowing home users to take full advantage of personal network capabilities.
For more information, view the VDI bandwidth management chart.
Administrators configure these settings through the installer or registry (either HKCU or HKLM) using the keys/values below:
SOFTWARE\Policies\Zoom\Zoom Meetings\General
These are configured on the account page of the Zoom web portal and will override the MSI bandwidth settings unless IgnoreBandwidthLimits is set to 1.
These registry keys work with thin clients to apply policies based on their bandwidth_config.ini files* and are configured on the VDI client under:
SOFTWARE\Policies\Zoom\Zoom Meetings\VDI\bandwidth\
Both office and home values can accept 3 different connection types (ica, udp, and direct) with "up" and "down" values configured for the bandwidth.
If the registry key "GPOBandwidthOverrideWeb=1" is configured, these values are used regardless of whether the value exists under the location and connection type. Since the default value is 0, there is no bandwidth limit if the value is not configured.
*Note: For Linux, which includes "eLux", the implementation is slightly different from the usual bandwidth_config.ini file. Instead, an additional line is needed in a ZoomMedia.ini file located in this directory: setup/ica/ZoomMedia.ini
The additional line is the same:
[DeviceLocation]
IsInOffice=1
To set the bandwidth limit for ICA, UDP, and/or Direct mode when the user is in office (IsInOffice=1), apply the following bandwidth settings in policy:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Zoom\Zoom Meetings\VDI\bandwidth\office\ica
"Up"=dword:00000300
"Down"=dword:00000200
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Zoom\Zoom Meetings\VDI\bandwidth\office\udp
"Up"=dword:00000320
"Down"=dword:00000120
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Zoom\Zoom Meetings\VDI\bandwidth\office\direct
"Up"=dword:00000220
"Down"=dword:00000110
To set the bandwidth limit for ICA, UDP, and/or Direct mode when the user is not in the office (IsInOffice=0) or not defined in the bandwidth_config.ini file, apply the following bandwidth settings in policy:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Zoom\Zoom Meetings\VDI\bandwidth\home\ica]
"Up"=dword:00000300
"Down"=dword:00000200
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Zoom\Zoom Meetings\VDI\bandwidth\home\udp]
"Up"=dword:00000320
"Down"=dword:00000120
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Zoom\Zoom Meetings\VDI\bandwidth\home\direct]
"Up"=dword:00000220
"Down"=dword:00000110
The thin client office or home setting is decided by the IsInOffice value, which is set based on platform type.
For the VDI client and plugin 5.10.6 and later, applied bandwidth limitations for the plugin and VDI client can be seen from the VDI Statistics tab during a meeting.
While you're in a Zoom meeting on the desktop client, you can view meeting diagnostic information.
If bandwidth limitations were applied successfully, a note will appear at the bottom of the window: Your IT Team has limited the bandwidth available for this meeting in your location.
The bandwidth limit values for the VDI client and plugin upstream/downstream can be seen by clicking the exclamation icon
.