Update VoiceConnection.js

This commit is contained in:
Elysia
2024-09-25 17:54:52 +07:00
parent 6ec04278bb
commit 736b3ff2fb

View File

@@ -132,7 +132,7 @@ class VoiceConnection extends EventEmitter {
this.receiver = new VoiceReceiver(this); this.receiver = new VoiceReceiver(this);
/** /**
* Video codec (encoded) * Video codec
* * `VP8` * * `VP8`
* * `VP9` (Not supported) * * `VP9` (Not supported)
* * `H264` * * `H264`
@@ -141,7 +141,7 @@ class VoiceConnection extends EventEmitter {
*/ */
/** /**
* The voice receiver of this connection * Video codec (encoded) of this connection
* @type {VideoCodec} * @type {VideoCodec}
*/ */
this.videoCodec = 'H264'; this.videoCodec = 'H264';