This commit is contained in:
Madeline
2022-03-07 19:15:33 +11:00
parent 01a336c76c
commit aa8a9eea6b
10 changed files with 133 additions and 39 deletions
+3 -2
View File
@@ -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 = {