From 58557a03003f0e344d03fda8dd515dd9a04d4e8c Mon Sep 17 00:00:00 2001 From: Timothee Groleau Date: Sun, 28 Jul 2024 08:09:53 +0800 Subject: [PATCH] fix(docs): minor fixes in query string page --- docs/query_string_args.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/query_string_args.md b/docs/query_string_args.md index d220ba10..9962b12b 100644 --- a/docs/query_string_args.md +++ b/docs/query_string_args.md @@ -31,7 +31,7 @@ Caveat: global args apply to **MOST** layouts, but some layouts | `tetris_flash` | `0`: NO Flash
`1`: Classic flash
`2`: Fade Flash
`3`: Swipe Flash
`4`: Explode Flash | `2` | Classic Flash may cause discomfort for viewers with light sensitivity | | `avatar` | `0`: NO avatar underneath the playfield
`1`: Show avatars underneath the playfield | `1` | Avatar images are taken from Twitch
Avatar images can be overridden to custom images in the admin page | | `video` | `0`: DON'T display player video
`1`: Play player video | `1` | Even if video is not set to zero, video only show if users agree to share their video in their producer page | -| `buffer_time` | An integer value representing the number of milliseconds for frames to be buffered before they are rendered. E.g. `500` | `0` (i.e. buffer is not used) | A buffer can be useful if the network is not very stable and rendering is choppy. Noe that putting in a large value for `buffer_time` can cause the game play to be perceivably delayed compared to the player video feed, and look "weird" (player reacts before the thing they were doing happens!). | +| `buffer_time` | An integer value representing the number of milliseconds for frames to be buffered before they are rendered. E.g. `500` | `0` (i.e. buffer is not used) | A buffer can be useful if the network is not very stable and rendering is choppy. Note that putting in a large value for `buffer_time` can cause the gameplay to be perceivably delayed compared to the player video feed, and look "weird" (player reacts before the thing they were doing happens!). | | `combot` | `0`: No commentary bot
`1`: Activate commentary bot | `0` | Commentary bot uses the browser [Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) to give score updates for the first match in an NTC room (between player 1 and 2)| | `lang` | `en`: Commentary bot in English
`fr`: Commentary bot in French | `en` | This argument controls the `combot` (see above)|