aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-12-03 16:30:52 +0100
committermetamuffin <metamuffin@disroot.org>2022-12-03 16:30:52 +0100
commit5eca5cc68bd533e4599035ba2694ccf8dfae09f3 (patch)
treec4595eec306984381ea42210f30903868485ea9e /readme.md
parent2f8ea58c6186256078aeb9bdffa72675be185245 (diff)
downloadkeks-meet-5eca5cc68bd533e4599035ba2694ccf8dfae09f3.tar
keks-meet-5eca5cc68bd533e4599035ba2694ccf8dfae09f3.tar.bz2
keks-meet-5eca5cc68bd533e4599035ba2694ccf8dfae09f3.tar.zst
fix speed issues
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 5a053e2..b216f27 100644
--- a/readme.md
+++ b/readme.md
@@ -83,12 +83,19 @@ system works as follows:
| `SPC C-c` | End all tracks |
| `C-v`\* | Paste image in chat (does not require chat to be shown) |
+## Debugging
+
+- If a connection cant be established, look at it with `webrtc_debug` enabled.
+- In case downloading files doesn't work, check if the service worker was
+ installed correctly by visiting `/swtest`
+- If it still doesn't work, file a bug report.
+
## Parameters
Some configuration parameters can be added like query params but **after** the
section. (e.g `/room#mymeeting?username=alice`) The page will not automatically
reload if the section changes. Booleans can be either `1`, `true`, `yes` or
-their opposites. I convenience function for changing params is also exported:
+their opposites. A convenience function for changing params is also exported:
`window.change_pref(key, value)`
| Option name | Type | Default | Description |