diff options
author | metamuffin <metamuffin@disroot.org> | 2022-12-03 16:30:52 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-12-03 16:30:52 +0100 |
commit | 5eca5cc68bd533e4599035ba2694ccf8dfae09f3 (patch) | |
tree | c4595eec306984381ea42210f30903868485ea9e /readme.md | |
parent | 2f8ea58c6186256078aeb9bdffa72675be185245 (diff) | |
download | keks-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.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 | |