summaryrefslogtreecommitdiffstats
path: root/InCallUI/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'InCallUI/res/values/config.xml')
-rw-r--r--InCallUI/res/values/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/InCallUI/res/values/config.xml b/InCallUI/res/values/config.xml
index 8acbd5910..b81ba3ca0 100644
--- a/InCallUI/res/values/config.xml
+++ b/InCallUI/res/values/config.xml
@@ -17,4 +17,11 @@
<!-- Determines the maximum number of buttons visible on the call card. Any buttons over this
count are put into the overflow menu. -->
<integer name="call_card_max_buttons">5</integer>
+
+ <!-- Determines video calls will automatically enter fullscreen mode after the start of the
+ call. -->
+ <bool name="video_call_auto_fullscreen">true</bool>
+ <!-- The number of milliseconds after which a video call will automatically enter fullscreen
+ mode (requires video_call_auto_fullscreen to be true). -->
+ <integer name="video_call_auto_fullscreen_timeout">5000</integer>
</resources> \ No newline at end of file