Skip to main content

2025년 2월 4일

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
   }
}

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…