summary refs log tree commit diff
path: root/util/src
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-07 19:15:33 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-07 19:15:33 +1100
commitb529a372644fab22b34007353cc69caf3de5331c (patch)
treede28ca1eb4e95ba484bf28c1a978685c59204304 /util/src
parentMerge branch 'master' into maddyrtc (diff)
downloadserver-b529a372644fab22b34007353cc69caf3de5331c.tar.xz
augh
Diffstat (limited to 'util/src')
-rw-r--r--util/src/util/Constants.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/util/src/util/Constants.ts b/util/src/util/Constants.ts

index d5315767..42a2c274 100644 --- a/util/src/util/Constants.ts +++ b/util/src/util/Constants.ts
@@ -77,8 +77,9 @@ export const VoiceOPCodes = { RESUME: 7, HELLO: 8, RESUMED: 9, - CLIENT_CONNECT: 12, - CLIENT_DISCONNECT: 13, + CLIENT_CONNECT: 12, // incorrect, op 12 is probably used for video + CLIENT_DISCONNECT: 13, // incorrect + VERSION: 16, //not documented }; export const Events = {