Skip to main content

July 1, 2026

Custom Settings for Omnissa Horizon Client for iOS in Omnissa Workspace ONE UEM

This section describes custom settings for Horizon Client for iOS that you can configure in Workspace ONE UEM.

  1. In the Configuration Key text box, enter settings
  2. In the Value Type drop-down menu, select String.
  3. Enter the appropriate camera and custom settings in the Configuration Value text box in JSON format. Supported camera settings are listed in the table below.
SettingDescriptionValid Values
camera_positionSpecifies camera position.front | rear
video_ qualitySets video qualitydefault | high | medium | low

Supported custom settings are listed in the table below.

SettingDescriptionValid Values
enable_dpi_syncDisplays high resolution mode.true | false
windows_native_touch_gesturesEnables touch redirection.true | false
full_screen_touchpad_modeUse full-screen virtual touchpad.true | false
enable_keyboard_auto_popupEnables keyboard auto popup.true | false
enable_keyboard_auto_dismissEnables keyboard auto dismiss.true | false
allow_data_sharingAllows data sharing.true | false
file_sharingShare access to local storage with client drive redirection.true | false
security_modeSpecifies security settings: verify - never connect to untusted servers warn - display warning before connecting to untrusted servers don't verify - do not verify server certificatesverify | warn |don't verify
ssl_tls_v1_1Enables TLS v1.1.true | false
ssl_tls_v1_2Enables TLS v1.2.true | false
ssl_cipher_stringCipher control string.SSL_cipher_string
enable_h264Enables H.264 decoding.true | false
cellular_data_warningCellular data warning.true | false
keep_screen_aliveKeeps the screen alive.true | false

Example JSON

{
   "camera": {
      "camera_position":"rear",
      "video_quality":"medium"
   },
   "custom_settings": {
      "enable_dpi_sync":true,
      "windows_native_touch_gestures":true,
      "full_screen_touchpad_mode":true,
      "enable_keyboard_auto_popup":true,
      "enable_keyboard_auto_dismiss":false,
      "allow_data_sharing":true,
      "file_sharing":true,
      "security_mode":"verify",
      "ssl_tls_v1_1":true,
      "ssl_tls_v1_2":true,
      "ssl_cipher_string":"!aNULL:kECDH+AESGCM:ECDH+AESGCM:RSA+AESGCM:kECDH+AES:ECDH+AES:RSA+AES",
      "enable_h264":false,
      "cellular_data_warning":true,
      "keep_screen_alive":true
   }
}

Was this page helpful?

Provide feedback for this topic

Was this topic helpful?

Please do not include any personal or confidential information.

Generating link…