lvsp: remove TODO

This commit is contained in:
Luna 2019-03-05 01:18:53 -03:00
parent d21b3c8f2a
commit 30d9520935
1 changed files with 0 additions and 9 deletions

View File

@ -6,15 +6,6 @@ Voice Websocket Discord and Voice UDP connections.
LVSP runs over a *long-lived* websocket with TLS. The encoding is JSON. 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 ## OP code table
"client" is litecord. "server" is the voice server. "client" is litecord. "server" is the voice server.