Correct opcode

This commit is contained in:
Rory&
2026-08-20 19:15:20 +02:00
parent e1153f43f5
commit 5b863a11f2
+1 -1
View File
@@ -28,7 +28,7 @@ export async function onClose(this: WebRtcWebSocket, code: number, reason: strin
for (const client of connectedClients) {
await Send(client.websocket, {
op: VoiceOPCodes.CLIENTS_CONNECT,
op: VoiceOPCodes.CLIENT_DISCONNECT,
d: {
user_id: this.user_id,
},