Skip to main content

2025 年 2 月 3 日

Omnissa Workspace ONE UEM 中 iOS 版 Omnissa Horizon Client 的自訂設定

本節介紹您可以在 Workspace ONE UEM 中設定的 iOS 版 Horizon Client 自訂設定。

  1. 組態機碼文字方塊中,輸入 settings
  2. 值類型下拉式功能表中,選取字串
  3. 組態值文字方塊中,以 JSON 格式輸入適當的相機和自訂設定。下表列出支援的相機設定。
設定說明有效值
camera_position指定相機位置。front | rear
video_ quality設定視訊品質default | high | medium | low

下表列出支援的自訂設定。

設定說明有效值
enable_dpi_sync顯示高解析度模式。true | false
windows_native_touch_gestures啟用觸控重新導向。true | false
full_screen_touchpad_mode使用全螢幕虛擬觸控板。true | false
enable_keyboard_auto_popup啟用鍵盤自動出現。true | false
enable_keyboard_auto_dismiss啟用鍵盤自動消失。true | false
allow_data_sharing允許資料共用。true | false
file_sharing使用用戶端磁碟機重新導向共用本機儲存裝置的存取權。true | false
security_mode指定安全性設定: verify - 永不連線至未受信任的伺服器 warn - 在連線至未受信任的伺服器之前顯示警告 don't verify - 不驗證伺服器憑證verify | warn |don't verify
ssl_tls_v1_1啟用 TLS v1.1。true | false
ssl_tls_v1_2啟用 TLS v1.2。true | false
ssl_cipher_string加密控制字串。SSL_cipher_string
enable_h264啟用 H.264 解碼。true | false
cellular_data_warning行動數據警告。true | false
keep_screen_alive保持螢幕運作。true | false

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

此頁面對您有幫助嗎?

針對本主題提供意見回饋

本主題對您有幫助嗎?

請勿填寫任何個人或機密資訊。

正在產生連結…