voice: handle new client_connect and client_disconnect packets

This commit is contained in:
Amish Shah
2018-06-22 18:38:33 +01:00
parent 9296a30148
commit 08bbbe9301
4 changed files with 27 additions and 14 deletions

View File

@@ -198,6 +198,8 @@ exports.VoiceOPCodes = {
SESSION_DESCRIPTION: 4,
SPEAKING: 5,
HELLO: 8,
CLIENT_CONNECT: 12,
CLIENT_DISCONNECT: 13,
};
exports.Events = {