diff --git a/lite/config/controller.toml.sample b/lite/config/controller.toml.sample
index 0fc74523ff3047a05a9e93f2cc5f1a67cd3e2a90..f1e29c27f541b738a64472f47e49cdc0d6d3f4ab 100644
--- a/lite/config/controller.toml.sample
+++ b/lite/config/controller.toml.sample
@@ -54,12 +54,10 @@ client_secret = "<MyKcClientSecret>"
 
 [room_server]
 # Maximum bitrate allowed for media sessions that will be used to transmit webcam video/audio
-# Example: 1.5 Mbit/s
-max_video_bitrate = "1600000"
+max_video_bitrate = "800000"
 
 # Maximum bitrate allowed for media sessions used for screen share
-# Example: 1MB/s
-max_screen_bitrate = "8000000"
+max_screen_bitrate = "1200000"
 
 # Number of packets with with given `speaker_focus_level`
 # needed to detect a speaking participant.