From 6cc2badc81bd575fff3b2cd2b05d892ae9e2a1bc Mon Sep 17 00:00:00 2001 From: gary-wzl77 Date: Tue, 16 Jan 2024 16:20:03 +0800 Subject: [PATCH] adding missing feature for 1.20.2 --- ref/ams-configuration.tmpl.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ref/ams-configuration.tmpl.md b/ref/ams-configuration.tmpl.md index c274d98b..4d3debc9 100644 --- a/ref/ams-configuration.tmpl.md +++ b/ref/ams-configuration.tmpl.md @@ -95,3 +95,11 @@ Once set, this feature flag will be considered by all newly launched instances. GL Async swap support is enabled by default for explicit signals of buffer swaps completion. To disable the GL async object feature, add the feature flag `emugl.disable_async_swap_support` upon application creation. Once the async swap support is disabled, Anbox Cloud will not use the host GL driver fence commands and file descriptors to synchronise the finished frames between the host and guest. Instead, it will fully rely on the host GPU driver to do so. The environment variable `ANBOX_ASYNC_SWAP_DISABLED_PACKAGES` that accepts a comma-separated list of package names can be used to prevent certain packages from using the async object. Once set, this feature flag will be considered by all newly launched instances. + +#### WebRTC ICE candidate logging + +*since 1.20.2* + +The WebRTC ICE logging is disabled by default. To enable support for extended ICE logging to allow debugging connection attempts, add the feature flag `webrtc.enable_ice_logging` upon application creation. + +Once set, this feature flag will be considered by all newly launched instances.