From 30d9520935ce9c0c59f27bc50615cdea43210a95 Mon Sep 17 00:00:00 2001 From: Luna Date: Tue, 5 Mar 2019 01:18:53 -0300 Subject: [PATCH] lvsp: remove TODO --- docs/lvsp.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/lvsp.md b/docs/lvsp.md index c59c073..9023af8 100644 --- a/docs/lvsp.md +++ b/docs/lvsp.md @@ -6,15 +6,6 @@ Voice Websocket Discord and Voice UDP connections. LVSP runs over a *long-lived* websocket with TLS. The encoding is JSON. -**TODO:** common logic scenarios: - - initializing a voice channel - - updating a voice channel - - destroying a voice channel - - user joining to a voice channel - - user joining to a voice channel (while also initializing it, e.g - first member in the channel) - - user leaving a voice channel - ## OP code table "client" is litecord. "server" is the voice server.