Update VoiceConnection.js
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user