diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-01-16 02:37:38 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-01-16 02:38:43 +1100 |
commit | 85bd49f5b87957644264a393515baa4152fd7561 (patch) | |
tree | 45b8a6681d3e2789d6195132d671ab8b8fd51189 /util | |
parent | Fix typo in commit 277b28c (diff) | |
download | server-85bd49f5b87957644264a393515baa4152fd7561.tar.xz |
boilerplate stuff
Diffstat (limited to 'util')
-rw-r--r-- | util/src/util/Constants.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/src/util/Constants.ts b/util/src/util/Constants.ts index 5fdf5bc0..a1892105 100644 --- a/util/src/util/Constants.ts +++ b/util/src/util/Constants.ts @@ -73,7 +73,10 @@ export const VoiceOPCodes = { HEARTBEAT: 3, SESSION_DESCRIPTION: 4, SPEAKING: 5, + HEARTBEAT_ACK: 6, + RESUME: 7, HELLO: 8, + RESUMED: 9, CLIENT_CONNECT: 12, CLIENT_DISCONNECT: 13, }; |