summaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-10-26 23:54:33 +0200
committermetamuffin <metamuffin@disroot.org>2022-10-26 23:54:33 +0200
commit2a83c8bdbdd5a67b6068420520e83524f4a6f6bd (patch)
tree8638903b93eb929ca74e5027a1816820ff0bc346 /todo.org
parentd0162d41438c7ee3d9bc5321f73ed33defc443a3 (diff)
downloadkeks-meet-2a83c8bdbdd5a67b6068420520e83524f4a6f6bd.tar
keks-meet-2a83c8bdbdd5a67b6068420520e83524f4a6f6bd.tar.bz2
keks-meet-2a83c8bdbdd5a67b6068420520e83524f4a6f6bd.tar.zst
some code for streamed downloads
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/todo.org b/todo.org
index 4c5ae2a..10e1437 100644
--- a/todo.org
+++ b/todo.org
@@ -9,6 +9,7 @@
** How do we implement global hotkeys?
** Dont use websocket to send images to not block anything else
** File transfers via data channel (rift)
+*** client-web: cancel transfer
** Native client
** Have a security professional look at the code
** Test some options like `camera_facing_mode`
@@ -19,10 +20,13 @@
** Tray icon for native
** Pin js by bookmarking data:text/html loader page
** add "contributing" stuff to readme
-** download files in a streaming manner.
-*** workaround using service worker
+** download files in a streaming workaround using service worker
+*** impl backpressure
+*** handle all failure events
** service worker to implement manual updates
** open chat links in a new tab
** increase message size again when https://github.com/webrtc-rs/webrtc/pull/304 is resolved
+** modularize everything
+*** (Loader), Core, Notifications, Track res, Microphone, Video, Keybinds, Chat, lsvp?