We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1d33d commit bf03a54Copy full SHA for bf03a54
lib/voice/VoiceConnection.js
@@ -262,7 +262,7 @@ class VoiceConnection extends EventEmitter {
262
this.disconnect(err);
263
}
264
});
265
- const udpMessage = Buffer.allocUnsafe(70);
+ const udpMessage = Buffer.allocUnsafe(74);
266
udpMessage.writeUInt16BE(0x1, 0);
267
udpMessage.writeUInt16BE(70, 2);
268
udpMessage.writeUInt32BE(this.ssrc, 4);
0 commit comments